Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "$schema": "https://raw.githubusercontent.com/Ylianst/MeshCentral/master/meshcentral-config-schema.json",
- "__comment1__": "This is a simple configuration file, all values and sections that start with underscore (_) are ignored. Edit a section and remove the _ in front of the name. Refer to the user's guide for details.",
- "__comment2__": "See node_modules/meshcentral/sample-config-advanced.json for a more advanced example.",
- "settings": {
- "cert": "meshcentral.mydomain.com",
- "_WANonly": true,
- "_LANonly": true,
- "_sessionKey": "SecretPassword",
- "CookieIpCheck": false,
- "TlsOffload": "10.50.212.4",
- "ignoreAgentHashCheck": true,
- "trustedproxy": "10.50.212.4",
- "port": 444,
- "aliasPort": 443,
- "_redirPort": 800,
- "_redirAliasPort": 80
- },
- "domains": {
- "": {
- "allowedOrigin": [ "meshcentral.mydomain.com" ],
- "_title": "MyServer",
- "_title2": "Servername",
- "_minify": true,
- "_newAccounts": true,
- "certUrl": "https://10.50.212.4:443",
- "_userNameIsEmail": true
- }
- },
- "_letsencrypt": {
- "__comment__": "Requires NodeJS 8.x or better, Go to https://letsdebug.net/ first before trying Let's Encrypt.",
- "email": "[email protected]",
- "names": "meshcentral.mydomain.com",
- "skipChallengeVerification": true,
- "production": false
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement