mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-15 14:04:59 -05:00
22 lines
478 B
JSON
22 lines
478 B
JSON
{
|
|
"isDev": true,
|
|
"http": {
|
|
"baseUrl": "http://localhost:8000",
|
|
"port": 8000,
|
|
"key": "./fakekeys/privatekey.pem",
|
|
"cert": "./fakekeys/certificate.pem"
|
|
},
|
|
"embedly": {
|
|
"key": ""
|
|
},
|
|
"session": {
|
|
"secret": "shhhhhh don't tell anyone ok?"
|
|
},
|
|
"server": {
|
|
"domain": "localhost",
|
|
"wss": "wss://localhost:5281/xmpp-websocket/",
|
|
"muc": "chat.localhost",
|
|
"startup": ""
|
|
}
|
|
}
|