diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2013-03-14 14:22:02 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2013-03-14 14:22:02 +0100 |
| commit | 7729665e9e2a03987bf5ea65914dd2ac1cdd8785 (patch) | |
| tree | 4af9c24822458f48e9a937e4db16c5c847977d1d /bin/dev.clc.example | |
| parent | b1346b0c9265f0f8ef179846be70ed5b3b4df322 (diff) | |
Simpler config files for training
Diffstat (limited to 'bin/dev.clc.example')
| -rw-r--r-- | bin/dev.clc.example | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/dev.clc.example b/bin/dev.clc.example index 0445b91..c22b3b0 100644 --- a/bin/dev.clc.example +++ b/bin/dev.clc.example @@ -7,14 +7,14 @@ ItemServer.Proxy.port=1555 // LDAP Lookup config
LDAP.GlobalPath=SUFFIX
-LDAP.RootPath=cn=cristal2
+LDAP.RootPath=cn=cristal
LDAP.LocalPath=cn=dev
LDAP.port=389
LDAP.host=localhost
LDAP.user=USER
LDAP.password=PASS
-XMLDB.URI=xmldb:exist://uwesrv01.cern.ch:8080/exist/xmlrpc/db
+XMLDB.URI=xmldb:exist://HOSTNAME:8080/exist/xmlrpc/db
XMLDB.root=dev
XMLDB.user=admin
-XMLDB.pass=PASS
\ No newline at end of file +XMLDB.pass=PASS
|
