Additional Config Options
MordyT committed
Mar 15, 2020 at 03:24 UTC
0f3e19945d7b288aaf26ad0d0a6a55a15ebfbc72
1 file changed
+6
-1
sample-config.json
+6
-1
@@ -5,6 +5,7 @@
5
"_MongoDb": "mongodb://127.0.0.1:27017",
6
"_MongoDbName": "meshcentral",
7
"_MongoDbChangeStream": true,
8
+ "_MongoDumpPath": "C:\\Program Files\\MongoDB\\Server\\4.2\\bin\\mongodump.exe",
9
"_WANonly": true,
10
"_LANonly": true,
11
"_Minify": 1,
@@ -19,7 +20,9 @@
20
"powerevents": 864000
21
},
22
"_Port": 443,
23
+ "_AliasPort": 444,
24
"_RedirPort": 80,
25
+ "_ExactPorts": "true",
26
"_AllowLoginToken": true,
27
"_AllowFraming": true,
28
"_WebRTC": false,
@@ -82,7 +85,9 @@
85
"_NewAccountEmailDomains": [ "sample.com" ],
86
"_NewAccountsRights": [ "nonewgroups", "notools" ],
87
"_ManageAllDeviceGroups": [ "admin" ],
85
- "Footer": "<a href='https://twitter.com/mytwitter'>Twitter</a>",
88
+ "_WelcomeText": "Sample Text on Login Page.",
89
+ "_WelcomePicture": "mainwelcome.jpg",
90
+ "_Footer": "<a href='https://twitter.com/mytwitter'>Twitter</a>",
91
"_CertUrl": "https://192.168.2.106:443/",
92
"_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" },
93
"_AgentNoProxy": true,