1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-11-05 00:55:07 -05:00
kaiwa/dev_config.json
2013-11-18 13:45:09 -08:00

13 lines
272 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?"
}
}