kaiwa/dev_config.json

22 lines
478 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
},
2014-01-01 19:24:11 -05:00
"embedly": {
"key": ""
},
2013-06-03 18:51:30 -04:00
"session": {
"secret": "shhhhhh don't tell anyone ok?"
},
"server": {
"domain": "localhost",
"wss": "wss://localhost:5281/xmpp-websocket/",
"muc": "chat.localhost",
"startup": ""
2013-06-03 18:51:30 -04:00
}
}