mirror of
https://gitee.com/BDWare/agent-backend
synced 2025-01-10 09:54:11 +00:00
5c19c1570d
fix bugs in cmconfig.json.template; fix bugs of JsonUtil's usage in TCPClientFrameHandler; update usage of JsonUtil
19 lines
541 B
Plaintext
19 lines
541 B
Plaintext
{
|
|
"ip": "127.0.0.1",
|
|
"servicePort": 21030,
|
|
"isLAN" : true,
|
|
"disableDoRepo": false,
|
|
"doipPort": 21032,
|
|
"doipCertPath": "",
|
|
"doipUserHandle": "",
|
|
"doipLhsAddress": "",
|
|
"withBdledgerServer": false,
|
|
"withBdledgerClient": "",
|
|
"enableEventPersistence": false,
|
|
"enableSsl": "./ssl/chained.pem:./ssl/domain.pem",
|
|
"textFileSuffixes": ".yjs,.json,.txt,.css,.js,.html,.md,.conf,.csv",
|
|
"wsPluginActions": "org.bdware.metering.MeteringAction",
|
|
"clientToAgentPlugins": "",
|
|
"clientToClusterPlugins": "",
|
|
"tcpPlugins": ""
|
|
} |