config.json.template 994 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "$schema": "https://raw.githubusercontent.com/Ylianst/MeshCentral/master/meshcentral-config-schema.json",
  3. "settings": {
  4. "plugins":{"enabled": false},
  5. "_mongoDb": null,
  6. "cert": "myserver.mydomain.com",
  7. "_WANonly": true,
  8. "_LANonly": true,
  9. "_sessionKey": "MyReallySecretPassword1",
  10. "port": 443,
  11. "_aliasPort": 443,
  12. "redirPort": 80,
  13. "_redirAliasPort": 80,
  14. "AgentPong": 300,
  15. "TLSOffload": false,
  16. "SelfUpdate": false,
  17. "AllowFraming": false,
  18. "WebRTC": false
  19. },
  20. "domains": {
  21. "": {
  22. "_title": "MyServer",
  23. "_title2": "Servername",
  24. "minify": true,
  25. "NewAccounts": true,
  26. "localSessionRecording": false,
  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": "myemail@mydomain.com",
  34. "_names": "myserver.mydomain.com",
  35. "production": false
  36. }
  37. }