1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2025-02-16 15:10:11 -05:00
kaiwa/Docker/app/config/dev_config.json

27 lines
657 B
JSON
Raw Permalink Normal View History

2015-04-01 04:56:40 -04:00
{
"isDev": true,
"http": {
2015-10-26 12:07:09 -04:00
"host": "{{HOSTNAME}}",
"port": 8000
2015-04-01 04:56:40 -04:00
},
"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}}",
2015-05-07 10:57:40 -04:00
"base": "{{LDAP_USER_BASE}}",
2015-04-01 04:56:40 -04:00
"filter": "objectClass=person",
2015-05-07 10:57:40 -04:00
"group": "cn={{LDAP_GROUP}},{{LDAP_GROUP_BASE}}"
2015-04-01 04:56:40 -04:00
}
}