mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-22 01:02:23 -05:00
27 lines
657 B
JSON
27 lines
657 B
JSON
{
|
|
"isDev": true,
|
|
"http": {
|
|
"host": "{{HOSTNAME}}",
|
|
"port": 8000
|
|
},
|
|
"session": {
|
|
"secret": "shhhhhh don't tell anyone ok?"
|
|
},
|
|
"server": {
|
|
"name": "{{XMPP_NAME}}",
|
|
"domain": "{{XMPP_DOMAIN}}",
|
|
"wss": "{{XMPP_WSS}}",
|
|
"muc": "{{XMPP_MUC}}",
|
|
"startup": "{{XMPP_STARTUP}}",
|
|
"admin": "{{XMPP_ADMIN}}"
|
|
},
|
|
"ldap": {
|
|
"address": "{{LDAP_HOST}}",
|
|
"user": "{{LDAP_DN}}",
|
|
"password": "{{LDAP_PWD}}",
|
|
"base": "{{LDAP_USER_BASE}}",
|
|
"filter": "objectClass=person",
|
|
"group": "cn={{LDAP_GROUP}},{{LDAP_GROUP_BASE}}"
|
|
}
|
|
}
|