2013-06-03 18:51:30 -04:00
|
|
|
{
|
|
|
|
"isDev": true,
|
|
|
|
"http": {
|
2013-11-18 16:45:09 -05:00
|
|
|
"baseUrl": "http://localhost:8000",
|
2013-09-05 19:53:23 -04:00
|
|
|
"port": 8000,
|
|
|
|
"key": "./fakekeys/privatekey.pem",
|
|
|
|
"cert": "./fakekeys/certificate.pem"
|
2013-06-03 18:51:30 -04:00
|
|
|
},
|
|
|
|
"session": {
|
|
|
|
"secret": "shhhhhh don't tell anyone ok?"
|
2015-02-09 08:56:02 -05:00
|
|
|
},
|
|
|
|
"server": {
|
2015-04-07 10:12:28 -04:00
|
|
|
"name": "Kaiwa",
|
2015-03-19 11:42:47 -04:00
|
|
|
"domain": "example.com",
|
|
|
|
"wss": "wss://example.com:5281/xmpp-websocket/",
|
|
|
|
"muc": "chat.example.com",
|
2015-04-09 09:18:28 -04:00
|
|
|
"startup": "groupchat/room%40chat.example.com",
|
2015-03-19 11:42:47 -04:00
|
|
|
"admin": "admin"
|
2015-03-19 11:41:32 -04:00
|
|
|
},
|
|
|
|
"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"
|
2013-06-03 18:51:30 -04:00
|
|
|
}
|
|
|
|
}
|