node_127.0.0.1.json 818 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "enable": true,
  3. "port":null,
  4. "sslEnable":false,
  5. "logLevel":"warn",
  6. "scanInterval" :3,
  7. "isPrimaryCenter": true,
  8. "application": {
  9. "enable": true,
  10. "port": null,
  11. "sslEnable": false,
  12. "proxyHost": "",
  13. "proxyPort": null,
  14. "forceRedeploy": true,
  15. "scanInterval":5,
  16. "includes":[],
  17. "excludes":["x_report_*","x_strategydeploy_*","x_mind_assemble_*","x_okr_assemble_*","x_hotpic_core_*","x_calendar_*","x_attendance_*"]
  18. },
  19. "web": {
  20. "enable": true,
  21. "port": null,
  22. "sslEnable": false,
  23. "proxyHost": "",
  24. "proxyPort": null,
  25. "forceRedeploy": true
  26. },
  27. "storage": {
  28. "enable": true,
  29. "port": null,
  30. "sslEnable": false,
  31. "name" : ""
  32. },
  33. "data": {
  34. "enable": true,
  35. "tcpPort": null,
  36. "webPort": null,
  37. "includes": [],
  38. "excludes": []
  39. }
  40. }