kaiwa/dev_config.json

21 lines
482 B
JSON
Raw Normal View History

2013-06-03 18:51:30 -04:00
{
"isDev": true,
"http": {
2013-11-18 16:45:09 -05:00
"baseUrl": "http://localhost:8000",
2013-09-05 19:53:23 -04:00
"port": 8000,
"key": "./fakekeys/privatekey.pem",
"cert": "./fakekeys/certificate.pem"
2013-06-03 18:51:30 -04:00
},
"session": {
"secret": "shhhhhh don't tell anyone ok?"
},
"server": {
2015-02-09 10:20:28 -05:00
"name": "Otalk",
"domain": "localhost",
"wss": "wss://localhost:5281/xmpp-websocket/",
"muc": "chat.localhost",
2015-02-27 13:39:48 -05:00
"startup": "",
"admin": ""
2013-06-03 18:51:30 -04:00
}
}