kaiwa/dev_config.example.json

19 lines
436 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",
"port": 8000
2013-06-03 18:51:30 -04:00
},
"session": {
"secret": "shhhhhh don't tell anyone ok?"
},
"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",
"startup": "groupchat/room%40chat.example.com",
2015-03-19 11:42:47 -04:00
"admin": "admin"
2013-06-03 18:51:30 -04:00
}
}