Advertisement
Fordwrench

config.json.txt

May 15th, 2025
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | Help | 0 0
  1. {
  2. "$schema": "https://raw.githubusercontent.com/Ylianst/MeshCentral/master/meshcentral-config-schema.json",
  3. "__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.",
  4. "__comment2__": "See node_modules/meshcentral/sample-config-advanced.json for a more advanced example.",
  5. "settings": {
  6. "cert": "meshcentral.mydomain.com",
  7. "_WANonly": true,
  8. "_LANonly": true,
  9. "_sessionKey": "SecretPassword",
  10. "CookieIpCheck": false,
  11. "TlsOffload": "10.50.212.4",
  12. "ignoreAgentHashCheck": true,
  13. "trustedproxy": "10.50.212.4",
  14. "port": 444,
  15. "aliasPort": 443,
  16. "_redirPort": 800,
  17. "_redirAliasPort": 80
  18. },
  19. "domains": {
  20. "": {
  21. "allowedOrigin": [ "meshcentral.mydomain.com" ],
  22. "_title": "MyServer",
  23. "_title2": "Servername",
  24. "_minify": true,
  25. "_newAccounts": true,
  26. "certUrl": "https://10.50.212.4:443",
  27. "_userNameIsEmail": true
  28. }
  29. },
  30. "_letsencrypt": {
  31. "__comment__": "Requires NodeJS 8.x or better, Go to https://letsdebug.net/ first before trying Let's Encrypt.",
  32. "email": "[email protected]",
  33. "names": "meshcentral.mydomain.com",
  34. "skipChallengeVerification": true,
  35. "production": false
  36. }
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement