From 632e906a610506f688835078f5398d3d1cd2792f Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Wed, 25 Jul 2012 09:42:02 +0200 Subject: Example file updates Allow full path to clc Remove cristal-dev dependency --- connect/dev.clc.example | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to 'connect') diff --git a/connect/dev.clc.example b/connect/dev.clc.example index d912536..fea32d9 100755 --- a/connect/dev.clc.example +++ b/connect/dev.clc.example @@ -2,28 +2,20 @@ // Copy this and change things // This name appears on the login box -Name=Another Cristal Server +Name=Example Cristal Server Logo=http://path.to/image -// Specify the URL for domain resources, or a package path -DomainResourceURL= - -// Orbacus config -ooc.iiop.port=1500 - // TCP server ports ItemServer.name=HOSTNAME -ItemServer.HTTP.port=8000 +ItemServer.iiop=1500 ItemServer.Proxy.port=1553 ItemServer.Console.port=8080 -Incoming.port=89 // LDAP Lookup config LDAP.GlobalPath=LDAPROOTPATH -LDAP.RootPath=cn=cristal2 -LDAP.LocalPath=cn=LCNAME +LDAP.RootPath=cn=cristal +LDAP.LocalPath=cn=dev LDAP.port=389 LDAP.host=LDAPHOSTNAME -// note these two values should be removed when we're in production LDAP.user=LDAPROOTUSER LDAP.password=LDAPPASSWORD -- cgit v1.2.3