Fix: defaultRetention one-time not working. Closes #44
This commit is contained in:
@@ -13,7 +13,7 @@ module.exports = {
|
||||
"604800": "1 Week",
|
||||
"1209600": "2 Weeks"
|
||||
},
|
||||
"defaultRetention": 3600,
|
||||
"defaultRetention": "3600",
|
||||
"adminPass": "admin"
|
||||
// "sslKeyFile": './tmp/cert.key',
|
||||
// "sslCertFile": './tmp/cert.pem',
|
||||
|
||||
Reference in New Issue
Block a user