diff options
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
|
