2015-10-25 11:08:16 -04:00
|
|
|
{
|
|
|
|
"isDev": true,
|
|
|
|
"http": {
|
2015-10-26 12:07:09 -04:00
|
|
|
"host": "localhost",
|
2015-10-25 11:08:16 -04:00
|
|
|
"port": 8000
|
|
|
|
},
|
|
|
|
"session": {
|
|
|
|
"secret": "shhhhhh don't tell anyone ok?"
|
|
|
|
},
|
|
|
|
"server": {
|
|
|
|
"name": "Kaiwa",
|
|
|
|
"domain": "example.com",
|
2015-12-04 16:38:13 -05:00
|
|
|
"gravatarEnabled": false,
|
2015-10-25 11:08:16 -04:00
|
|
|
"wss": "wss://example.com:5281/xmpp-websocket/",
|
|
|
|
"muc": "chat.example.com",
|
|
|
|
"startup": "groupchat/room%40chat.example.com",
|
|
|
|
"admin": "admin"
|
|
|
|
},
|
|
|
|
"ldap": {
|
|
|
|
"address": "127.0.0.1",
|
|
|
|
"user": "cn=admin,dc=example.com",
|
|
|
|
"password": "password",
|
|
|
|
"base": "ou=users,dc=example.com",
|
|
|
|
"filter": "objectClass=person",
|
|
|
|
"group": "cn=mygroup,ou=groups,dc=example.com"
|
|
|
|
}
|
|
|
|
}
|