blob: b2c40a70fd4c3970ac60d92361951db5707c53e6 (
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=cristal
LDAP.LocalPath=cn=dev
LDAP.port=389
LDAP.host=localhost
LDAP.user=USER
LDAP.password=PASS
XMLDB.URI=xmldb:exist://HOSTNAME:8080/exist/xmlrpc/db
XMLDB.root=dev
XMLDB.user=admin
XMLDB.password=PASS
|