kaiwa/dev_config.example.json

20 lines
455 B
JSON

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