Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "$schema": "http://info.meshcentral.com/downloads/meshcentral-config-schema.json",
- "settings": {
- "cert": "mesh.###.com",
- "_WANonly": true,
- "_LANonly": true,
- "_sessionKey": "MyReallySecretPassword1",
- "port": 4430,
- "_aliasPort": 443,
- "redirPort": 800,
- "_redirAliasPort": 80,
- "browserPing": 60,
- "browserPong": 60,
- "AgentPong": 300,
- "TLSOffload": true,
- "SelfUpdate": false,
- "AllowFraming": "false",
- "WebRTC": "true",
- "production":false
- },
- "domains": {
- "": {
- "_title": "MyServer",
- "_title2": "Servername",
- "_minify": true,
- "NewAccounts": "true",
- "_userNameIsEmail": true,
- "_certUrl": "my.reverse.proxy"
- }
- },
- "_letsencrypt": {
- "__comment__": "Requires NodeJS 8.x or better, Go to https://letsdebug.net/ first before>",
- "_email": "[email protected]",
- "_names": "myserver.mydomain.com",
- "production": false
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement