kaiwa/dev_config.json

13 lines
273 B
JSON
Raw Normal View History

2013-06-03 18:51:30 -04:00
{
"isDev": true,
"http": {
"baseUrl": "https://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?"
}
}