Advertisement
Guest User

MeshCentral-config.json

a guest
Jun 18th, 2021
381
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. {
  2. "$schema": "http://info.meshcentral.com/downloads/meshcentral-config-schema.json",
  3. "settings": {
  4. "cert": "mesh.###.com",
  5. "_WANonly": true,
  6. "_LANonly": true,
  7. "_sessionKey": "MyReallySecretPassword1",
  8. "port": 4430,
  9. "_aliasPort": 443,
  10. "redirPort": 800,
  11. "_redirAliasPort": 80,
  12. "browserPing": 60,
  13. "browserPong": 60,
  14. "AgentPong": 300,
  15. "TLSOffload": true,
  16. "SelfUpdate": false,
  17. "AllowFraming": "false",
  18. "WebRTC": "true",
  19. "production":false
  20. },
  21. "domains": {
  22. "": {
  23. "_title": "MyServer",
  24. "_title2": "Servername",
  25. "_minify": true,
  26. "NewAccounts": "true",
  27. "_userNameIsEmail": true,
  28. "_certUrl": "my.reverse.proxy"
  29. }
  30. },
  31. "_letsencrypt": {
  32. "__comment__": "Requires NodeJS 8.x or better, Go to https://letsdebug.net/ first before>",
  33. "_email": "[email protected]",
  34. "_names": "myserver.mydomain.com",
  35. "production": false
  36. }
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement