DB record expire in config + Mesh folder optimizations

This commit is contained in:
Ylian Saint-Hilaire
2019-02-18 22:20:25 -08:00
parent 076a183ae1
commit 9e56a89cc6
5 changed files with 31 additions and 9 deletions

View File

@@ -2,13 +2,13 @@
"__comment__" : "This is a sample configuration file, edit a section and remove the _ in front of the name. Refer to the user's guide for details.",
"settings": {
"_MongoDb": "mongodb://127.0.0.1:27017/meshcentral",
"_MongoDbCol": "meshcentral",
"_WANonly": true,
"_LANonly": true,
"_Minify": 1,
"_SessionTime": 30,
"_SessionKey": "MyReallySecretPassword1",
"_DbEncryptKey": "MyReallySecretPassword2",
"_DbExpire": { "events": 1728000, "powerevents": 864000 },
"_Port": 443,
"_RedirPort": 80,
"_AllowLoginToken": true,