1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-11-10 19:45:02 -05:00
kaiwa/dev_config.json
2013-06-03 15:51:30 -07:00

15 lines
282 B
JSON

{
"isDev": true,
"auth": {
"id": "conversat.io-dev",
"secret": "conversat.io-dev-secret"
},
"http": {
"baseUrl": "https://localhost:8000",
"port": 8000
},
"session": {
"secret": "shhhhhh don't tell anyone ok?"
}
}