{ "__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, "_SessionTime": 30, "_SessionKey": "MyReallySecretPassword", "_Port": 443, "_RedirPort": 80, "_AllowLoginToken": true, "_AllowFraming": true, "_WebRTC": false, "_ClickOnce": false, "_UserAllowedIP" : "127.0.0.1,::1,192.168.0.100" }, "_domains": { "": { "title": "MyServer", "title2": "Servername", "userQuota": 1048576, "meshQuota": 248576, "newAccounts": 1, "footer": "Twitter" }, "customer1": { "dns": "customer1.myserver.com", "title": "Customer1", "title2": "TestServer", "newAccounts": 1, "auth": "sspi", "footer": "Test" }, "info": { "share": "C:\\ExtraWebSite" } }, "_letsencrypt": { "email": "myemail@myserver.com ", "names": "myserver.com,customer1.myserver.com", "rsaKeySize": 3072, "production": false }, "_peers": { "serverId": "server1", "servers": { "server1": { "url": "wss://192.168.2.133:443/" }, "server2": { "url": "wss://192.168.1.106:443/" } } }, "_smtp": { "host": "smtp.myserver.com", "port": 25, "from": "myemail@myserver.com", "tls": false } }