config.json.template 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "$schema": "https://raw.githubusercontent.com/Ylianst/MeshCentral/master/meshcentral-config-schema.json",
  3. "settings": {
  4. "plugins":{
  5. "enabled": false
  6. },
  7. "cert": "desk.beyhan.gen.tr",
  8. "_WANonly": true,
  9. "_LANonly": true,
  10. "_sessionKey": "cb8wrxcDn8T0iLr2nVLVk9czGAGHytpz",
  11. "port": 443,
  12. "_aliasPort": 443,
  13. "redirPort": 80,
  14. "_redirAliasPort": 80,
  15. "AgentPong": 300,
  16. "TLSOffload": false,
  17. "SelfUpdate": false,
  18. "AllowFraming": false,
  19. "WebRTC": false,
  20. "_mongoDb": "",
  21. "_postgres": {
  22. "host": "",
  23. "port": "",
  24. "user": "",
  25. "password": "",
  26. "database": ""
  27. },
  28. "_mariaDB": {
  29. "host": "",
  30. "port": "",
  31. "user": "",
  32. "password": "",
  33. "database": ""
  34. }
  35. },
  36. "domains": {
  37. "": {
  38. "_title": "MyServer",
  39. "_title2": "Servername",
  40. "minify": false,
  41. "NewAccounts": true,
  42. "localSessionRecording": true,
  43. "_userNameIsEmail": true,
  44. "_certUrl": "my.reverse.proxy",
  45. "allowedOrigin": false
  46. }
  47. },
  48. "_letsencrypt": {
  49. "__comment__": "Requires NodeJS 8.x or better, Go to https://letsdebug.net/ first before>",
  50. "_email": "[email protected]",
  51. "_names": "desk.beyhan.gen.tr",
  52. "production": false
  53. }
  54. }