Improved DbExpire in sample-config.json.

This commit is contained in:
Ylian Saint-Hilaire
2020-03-16 13:30:12 -07:00
parent eb0765902b
commit e916836f0a
2 changed files with 6 additions and 4 deletions

View File

@@ -15,9 +15,11 @@
"_DbEncryptKey": "MyReallySecretPassword2",
"_DbRecordsEncryptKey": "MyReallySecretPassword",
"_DbRecordsDecryptKey": "MyReallySecretPassword",
"__DbExpire": "Amount of time to keep various events in the database, in seconds. Below are the default values.",
"_DbExpire": {
"events": 1728000,
"powerevents": 864000
"powerevents": 864000,
"statsevents": 2592000
},
"_Port": 443,
"_AliasPort": 444,