mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-10 19:45:02 -05:00
15 lines
282 B
JSON
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?"
|
|
}
|
|
}
|