Files
noisedash/config/default.json
Kevin Thomas bd10007265 Add logger
2021-11-07 23:04:44 -08:00

13 lines
274 B
JSON

{
"Server": {
"listeningPort": 3000,
"sessionFileStorePath": "sessions",
"sampleUploadPath": "samples",
"sessionSecret": "cats",
"logFilePath": "log/noisedash.log",
"tls": false,
"tlsKey": "certs/key.pem",
"tlsCert": "certs/cert.pem"
}
}