13 lines
219 B
Text
13 lines
219 B
Text
[System]
|
|
|
|
# Set up where the RabbitMQ is at and user:password
|
|
|
|
RABBITMQ = guest:guest@127.0.0.1
|
|
|
|
[LDAP]
|
|
|
|
# Set up the user who can search
|
|
SEARCHUSER = uid=search,ou=system,dc=ungleich,dc=ch
|
|
SEARCHUSERPASSWORD = fnord
|
|
|
|
|