diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2014-10-06 16:39:39 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2014-10-06 16:39:39 +0200 |
| commit | 7112eedbb508c22433b07578a1071b84e22b2a81 (patch) | |
| tree | 68c962fac9ca7eff87642fd65013543fb66895da /src/main/config/local.clc.example | |
| parent | c48891910c6ca2ca7d234a3859899f7c60bbd909 (diff) | |
Added maven appassembler to produce a distribution with server, gui and
usercode launchers.
Diffstat (limited to 'src/main/config/local.clc.example')
| -rw-r--r-- | src/main/config/local.clc.example | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/main/config/local.clc.example b/src/main/config/local.clc.example new file mode 100644 index 0000000..f6fe35d --- /dev/null +++ b/src/main/config/local.clc.example @@ -0,0 +1,29 @@ +// Cristal Connect Local Centre example file
+// Copy this and change things
+
+// This name appears on the login box
+Name=Example Cristal Server
+Logo=http://path.to/image
+
+// TCP server ports
+ItemServer.name=HOSTNAME
+ItemServer.iiop=1500
+ItemServer.Proxy.port=1553
+ItemServer.Console.port=8080
+
+// LDAP config
+Authenticator=com.c2kernel.lookup.ldap.LDAPAuthManager
+Lookup=com.c2kernel.lookup.ldap.LDAPLookup
+LDAP.GlobalPath=LDAPROOTPATH
+LDAP.RootPath=cn=cristal
+LDAP.LocalPath=cn=dev
+LDAP.port=389
+LDAP.host=LDAPHOSTNAME
+LDAP.user=LDAPROOTUSER
+LDAP.password=LDAPPASSWORD
+
+// XMLDB config
+XMLDB.URI=xmldb:exist://EXISTHOSTNAME:8080/exist/xmlrpc/db
+XMLDB.root=dev
+XMLDB.user=EXISTROOTUSER
+XMLDB.EXIST=EXISTPASSWORD
|
