{ "$schema": "https://raw.githubusercontent.com/Ylianst/MeshCentral/master/meshcentral-config-schema.json", "settings": { "plugins":{ "enabled": false }, "cert": "myserver.mydomain.com", "_WANonly": true, "_LANonly": true, "_sessionKey": "MyReallySecretPassword1", "port": 443, "_aliasPort": 443, "redirPort": 80, "_redirAliasPort": 80, "AgentPong": 300, "TLSOffload": false, "SelfUpdate": false, "AllowFraming": false, "WebRTC": false, "_mongoDb": "", "_postgres": { "host": "", "port": "", "user": "", "password": "", "database": "" }, "_mariaDB": { "host": "", "port": "", "user": "", "password": "", "database": "" } }, "domains": { "": { "_title": "MyServer", "_title2": "Servername", "minify": false, "NewAccounts": true, "localSessionRecording": true, "_userNameIsEmail": true, "_certUrl": "my.reverse.proxy", "allowedOrigin": false } }, "_letsencrypt": { "__comment__": "Requires NodeJS 8.x or better, Go to https://letsdebug.net/ first before>", "_email": "myemail@mydomain.com", "_names": "myserver.mydomain.com", "production": false } }