forked from external-repos/noisedash
Delete uploaded sample if something goes wrong, add sample size limit
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
"listeningPort": 1432,
|
||||
"sessionFileStorePath": "sessions",
|
||||
"sampleUploadPath": "samples",
|
||||
"maxSampleSize": 10737418240, // In bytes, 10GB by default
|
||||
"sessionSecret": "cats",
|
||||
"logFile": "log/noisedash.log",
|
||||
"tls": false,
|
||||
|
||||
Reference in New Issue
Block a user