diff options
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
|
