mirror of
https://github.com/kaythomas0/noisedash.git
synced 2025-11-11 10:56:20 +00:00
13 lines
275 B
JSON
13 lines
275 B
JSON
{
|
|
"Server": {
|
|
"listeningPort": 1432,
|
|
"sessionFileStorePath": "sessions",
|
|
"sampleUploadPath": "samples",
|
|
"maxSampleSize": 10737418240,
|
|
"logFile": "log/noisedash.log",
|
|
"tls": false,
|
|
"tlsKey": "certs/key.pem",
|
|
"tlsCert": "certs/cert.pem"
|
|
}
|
|
}
|