From 0f3e19945d7b288aaf26ad0d0a6a55a15ebfbc72 Mon Sep 17 00:00:00 2001 From: MordyT Date: Sun, 15 Mar 2020 03:24:20 -0500 Subject: [PATCH] Additional Config Options --- sample-config.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sample-config.json b/sample-config.json index f765d410..4133ee89 100644 --- a/sample-config.json +++ b/sample-config.json @@ -5,6 +5,7 @@ "_MongoDb": "mongodb://127.0.0.1:27017", "_MongoDbName": "meshcentral", "_MongoDbChangeStream": true, + "_MongoDumpPath": "C:\\Program Files\\MongoDB\\Server\\4.2\\bin\\mongodump.exe", "_WANonly": true, "_LANonly": true, "_Minify": 1, @@ -19,7 +20,9 @@ "powerevents": 864000 }, "_Port": 443, + "_AliasPort": 444, "_RedirPort": 80, + "_ExactPorts": "true", "_AllowLoginToken": true, "_AllowFraming": true, "_WebRTC": false, @@ -82,7 +85,9 @@ "_NewAccountEmailDomains": [ "sample.com" ], "_NewAccountsRights": [ "nonewgroups", "notools" ], "_ManageAllDeviceGroups": [ "admin" ], - "Footer": "Twitter", + "_WelcomeText": "Sample Text on Login Page.", + "_WelcomePicture": "mainwelcome.jpg", + "_Footer": "Twitter", "_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" }, "_AgentNoProxy": true,