From 806f10825e94e5b1c5e63c30269a382cde24a8d9 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Thu, 6 Nov 2014 13:43:20 +0100 Subject: Config and project file changes before export to GitHub. This branch now no longer used. --- bin/dev.clc.example | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'bin/dev.clc.example') 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 -- cgit v1.2.3