kaiwa/dev_config.json

29 lines
782 B
JSON
Raw Normal View History

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?"
},
"server": {
2015-02-09 10:20:28 -05:00
"name": "Otalk",
2015-03-19 11:42:47 -04:00
"domain": "example.com",
"wss": "wss://example.com:5281/xmpp-websocket/",
"muc": "chat.example.com",
"startup": "room%40chat.example.com",
"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
}
}