mirror of
https://github.com/moparisthebest/kaiwa
synced 2025-02-16 07:00:09 -05:00
19 lines
421 B
JSON
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"
|
|
}
|
|
}
|