mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-05 00:55:07 -05:00
13 lines
272 B
JSON
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?"
|
|
}
|
|
}
|