diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2014-11-06 13:43:20 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2014-11-06 13:43:20 +0100 |
| commit | 806f10825e94e5b1c5e63c30269a382cde24a8d9 (patch) | |
| tree | 33043bd4116d8dc3f730865bc30e09b0744b58d2 /bin/dev.clc.example | |
| parent | 894b737ca6018a142512ff3797c2a3cd6a368a0a (diff) | |
no longer used.
Diffstat (limited to 'bin/dev.clc.example')
| -rw-r--r-- | bin/dev.clc.example | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/bin/dev.clc.example b/bin/dev.clc.example index b2c40a7..4218c4b 100644 --- a/bin/dev.clc.example +++ b/bin/dev.clc.example @@ -1,11 +1,19 @@ -Name=Cristal Development Server
+// 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=localhost
ItemServer.iiop=1505
ItemServer.Proxy.port=1555
+ItemServer.Console.port=8080
// LDAP Lookup config
+Authenticator=org.cristalise.kernel.lookup.ldap.LDAPAuthManager
+Lookup=org.cristalise.kernel.lookup.ldap.LDAPLookup
LDAP.GlobalPath=SUFFIX
LDAP.RootPath=cn=cristal
LDAP.LocalPath=cn=dev
@@ -14,6 +22,7 @@ LDAP.host=localhost LDAP.user=USER
LDAP.password=PASS
+// XMLDB config
XMLDB.URI=xmldb:exist://HOSTNAME:8080/exist/xmlrpc/db
XMLDB.root=dev
XMLDB.user=admin
|
