kaiwa/dev_config.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": ""
}
}