From 7729665e9e2a03987bf5ea65914dd2ac1cdd8785 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Thu, 14 Mar 2013 14:22:02 +0100 Subject: Simpler config files for training --- bin/dev.clc.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/dev.clc.example') 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 -- cgit v1.2.3