1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2025-02-16 07:00:09 -05:00
kaiwa/dev_config.example.json
2015-10-26 17:36:52 +01:00

19 lines
421 B
JSON

{
"isDev": true,
"http": {
"host": "localhost",
"port": 8000
},
"session": {
"secret": "shhhhhh don't tell anyone ok?"
},
"server": {
"name": "Kaiwa",
"domain": "example.com",
"wss": "wss://example.com:5281/xmpp-websocket/",
"muc": "chat.example.com",
"startup": "groupchat/room%40chat.example.com",
"admin": "admin"
}
}