mirror of
https://gitee.com/BDWare/agent-backend
synced 2025-01-10 09:54:11 +00:00
Configuration instructions
This commit is contained in:
parent
e1e0435589
commit
3fd2bf1423
@ -3,3 +3,9 @@
|
|||||||
## 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"
|
||||||
|
``````
|
||||||
|
@ -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": ""
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user