Fix: defaultRetention one-time not working. Closes #44

This commit is contained in:
Christoph Wiechert
2018-12-14 15:49:33 +01:00
parent 0260c734e0
commit 0b33927ffb
2 changed files with 2 additions and 2 deletions

View File

@@ -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',