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,