blob: 0445b919d61a573e8bf4332e932d0f35c02f7d31 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Name=Cristal Development Server
// TCP server ports
ItemServer.name=localhost
ItemServer.iiop=1505
ItemServer.Proxy.port=1555
// LDAP Lookup config
LDAP.GlobalPath=SUFFIX
LDAP.RootPath=cn=cristal2
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.root=dev
XMLDB.user=admin
XMLDB.pass=PASS
|