Configuration instructions

This commit is contained in:
lizhi 2021-11-05 14:42:20 +08:00
parent e1e0435589
commit 3fd2bf1423
2 changed files with 11 additions and 1 deletions

View File

@ -2,4 +2,10 @@
## wsPluginActions: WS端,包括contractManagerFrameHandler和CMHttpHandler ## wsPluginActions: WS端,包括contractManagerFrameHandler和CMHttpHandler
## clientToAgentPlugins: client -> cluster 包括MasterClientFrameHandler ## clientToAgentPlugins: client -> cluster 包括MasterClientFrameHandler
## clientToClusterPlugins:[], client -> NodeCenterClientHandler ## clientToClusterPlugins:[], client -> NodeCenterClientHandler
## tcpPlugins:tcp 包括TcpserverFrameHandler ## tcpPlugins:tcp 包括TcpserverFrameHandler
# 配置说明
## 使用字符串分割如需添加多项在agent-backend/script/config.json.template里修改如:
``````
"wsPluginActions": "org.bdware.metering.MeteringAction"
``````

View File

@ -12,4 +12,8 @@
"enableEventPersistence": false, "enableEventPersistence": false,
"enableSsl": "./ssl/chained.pem:./ssl/domain.pem", "enableSsl": "./ssl/chained.pem:./ssl/domain.pem",
"textFileSuffixes": ".yjs,.json,.txt,.css,.js,.html,.md,.conf,.csv" "textFileSuffixes": ".yjs,.json,.txt,.css,.js,.html,.md,.conf,.csv"
"wsPluginActions": "org.bdware.metering.MeteringAction"
"clientToAgentPlugins": ""
"clientToClusterPlugins": ""
"tcpPlugins": ""
} }