summaryrefslogtreecommitdiff
path: root/connect
diff options
context:
space:
mode:
Diffstat (limited to 'connect')
-rwxr-xr-xconnect/dev.clc.example16
1 files changed, 4 insertions, 12 deletions
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