| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "enable": true,
- "port":null,
- "sslEnable":false,
- "logLevel":"warn",
- "scanInterval" :3,
- "isPrimaryCenter": true,
- "application": {
- "enable": true,
- "port": null,
- "sslEnable": false,
- "proxyHost": "",
- "proxyPort": null,
- "forceRedeploy": true,
- "scanInterval":5,
- "includes":[],
- "excludes":["x_report_*","x_strategydeploy_*","x_mind_assemble_*","x_okr_assemble_*","x_hotpic_core_*","x_calendar_*","x_attendance_*"]
- },
- "web": {
- "enable": true,
- "port": null,
- "sslEnable": false,
- "proxyHost": "",
- "proxyPort": null,
- "forceRedeploy": true
- },
- "storage": {
- "enable": true,
- "port": null,
- "sslEnable": false,
- "name" : ""
- },
- "data": {
- "enable": true,
- "tcpPort": null,
- "webPort": null,
- "includes": [],
- "excludes": []
- }
- }
|