From 254ee6f47eebfc00462c10756a92066e82cc1a96 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Tue, 21 Jun 2011 15:46:02 +0200 Subject: Initial commit --- connect/dev.clc.example | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100755 connect/dev.clc.example (limited to 'connect/dev.clc.example') diff --git a/connect/dev.clc.example b/connect/dev.clc.example new file mode 100755 index 0000000..d912536 --- /dev/null +++ b/connect/dev.clc.example @@ -0,0 +1,29 @@ +// Cristal 2 Connect Local Centre example file +// Copy this and change things + +// This name appears on the login box +Name=Another 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.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.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