mirror of
https://gitee.com/BDWare/agent-backend
synced 2025-01-10 01:44:14 +00:00
Configuration instructions
This commit is contained in:
parent
e1e0435589
commit
3fd2bf1423
@ -2,4 +2,10 @@
|
||||
## wsPluginActions: WS端,包括contractManagerFrameHandler和CMHttpHandler
|
||||
## clientToAgentPlugins: client -> cluster 包括MasterClientFrameHandler
|
||||
## clientToClusterPlugins:[], client -> NodeCenterClientHandler
|
||||
## tcpPlugins:tcp 包括TcpserverFrameHandler
|
||||
## tcpPlugins:tcp 包括TcpserverFrameHandler
|
||||
|
||||
# 配置说明
|
||||
## 使用字符串分割,如需添加多项,在agent-backend/script/config.json.template里修改如:
|
||||
``````
|
||||
"wsPluginActions": "org.bdware.metering.MeteringAction"
|
||||
``````
|
||||
|
@ -12,4 +12,8 @@
|
||||
"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": ""
|
||||
}
|
Loading…
Reference in New Issue
Block a user