1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-08-13 17:03:51 -04:00
kaiwa/dev_config.json
Sebastien Hut 340dc6552c jquery oembed plugin
-Fix Kickstarter
-Fix Dailymotion
-Fix events order
-Fix Ebay regex
2015-02-09 16:30:20 +01:00

20 lines
461 B
JSON

{
"isDev": true,
"http": {
"baseUrl": "http://localhost:8000",
"port": 8000,
"key": "./fakekeys/privatekey.pem",
"cert": "./fakekeys/certificate.pem"
},
"session": {
"secret": "shhhhhh don't tell anyone ok?"
},
"server": {
"name": "Otalk",
"domain": "localhost",
"wss": "wss://localhost:5281/xmpp-websocket/",
"muc": "chat.localhost",
"startup": ""
}
}