diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2013-03-12 14:29:38 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2013-03-12 14:29:38 +0100 |
| commit | baa87d998c39a9f31e47c1f671fb253ab32afa85 (patch) | |
| tree | 67ab6f404d1f133c2d1c068eeaf00063c6f8d3fa /bin/dev.clc.example | |
| parent | 70f8aa6f468daf3ffb4e98e853f3736982e241b3 (diff) | |
example XMLDB settings
Diffstat (limited to 'bin/dev.clc.example')
| -rw-r--r-- | bin/dev.clc.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/dev.clc.example b/bin/dev.clc.example index 7a61c89..0445b91 100644 --- a/bin/dev.clc.example +++ b/bin/dev.clc.example @@ -13,3 +13,8 @@ LDAP.port=389 LDAP.host=localhost
LDAP.user=USER
LDAP.password=PASS
+
+XMLDB.URI=xmldb:exist://uwesrv01.cern.ch:8080/exist/xmlrpc/db
+XMLDB.root=dev
+XMLDB.user=admin
+XMLDB.pass=PASS
\ No newline at end of file |
