Additional Config Options

This commit is contained in:
MordyT 2020-03-15 03:24:20 -05:00 committed by GitHub
parent 3dba159e75
commit 0f3e19945d
1 changed files with 6 additions and 1 deletions

View File

@ -5,6 +5,7 @@
"_MongoDb": "mongodb://127.0.0.1:27017", "_MongoDb": "mongodb://127.0.0.1:27017",
"_MongoDbName": "meshcentral", "_MongoDbName": "meshcentral",
"_MongoDbChangeStream": true, "_MongoDbChangeStream": true,
"_MongoDumpPath": "C:\\Program Files\\MongoDB\\Server\\4.2\\bin\\mongodump.exe",
"_WANonly": true, "_WANonly": true,
"_LANonly": true, "_LANonly": true,
"_Minify": 1, "_Minify": 1,
@ -19,7 +20,9 @@
"powerevents": 864000 "powerevents": 864000
}, },
"_Port": 443, "_Port": 443,
"_AliasPort": 444,
"_RedirPort": 80, "_RedirPort": 80,
"_ExactPorts": "true",
"_AllowLoginToken": true, "_AllowLoginToken": true,
"_AllowFraming": true, "_AllowFraming": true,
"_WebRTC": false, "_WebRTC": false,
@ -82,7 +85,9 @@
"_NewAccountEmailDomains": [ "sample.com" ], "_NewAccountEmailDomains": [ "sample.com" ],
"_NewAccountsRights": [ "nonewgroups", "notools" ], "_NewAccountsRights": [ "nonewgroups", "notools" ],
"_ManageAllDeviceGroups": [ "admin" ], "_ManageAllDeviceGroups": [ "admin" ],
"Footer": "<a href='https://twitter.com/mytwitter'>Twitter</a>", "_WelcomeText": "Sample Text on Login Page.",
"_WelcomePicture": "mainwelcome.jpg",
"_Footer": "<a href='https://twitter.com/mytwitter'>Twitter</a>",
"_CertUrl": "https://192.168.2.106:443/", "_CertUrl": "https://192.168.2.106:443/",
"_PasswordRequirements": { "min": 8, "max": 128, "upper": 1, "lower": 1, "numeric": 1, "nonalpha": 1, "reset": 90, "force2factor": true, "skip2factor": "127.0.0.1,192.168.2.0/24" }, "_PasswordRequirements": { "min": 8, "max": 128, "upper": 1, "lower": 1, "numeric": 1, "nonalpha": 1, "reset": 90, "force2factor": true, "skip2factor": "127.0.0.1,192.168.2.0/24" },
"_AgentNoProxy": true, "_AgentNoProxy": true,