mirror of
https://gitee.com/BDWare/front-base
synced 2025-01-09 17:34:01 +00:00
Configure plug-in
This commit is contained in:
parent
b2d359ba05
commit
3c6b30e044
@ -33,6 +33,10 @@ public class CMDConf {
|
||||
// BDLedger可执行文件,若在服务器上运行请使用bdledger_linux
|
||||
public String withBdledgerClient = "./runnable/bdledger_mac";
|
||||
public boolean withBdledgerServer = false;
|
||||
public String[] wsPluginActions;
|
||||
public String[] clientToAgentPlugins;
|
||||
public String[] clientToClusterPlugins;
|
||||
public String[] tcpPlugins;
|
||||
|
||||
public static CMDConf parseConf(String confPath) {
|
||||
CMDConf ret = null;
|
||||
|
Loading…
Reference in New Issue
Block a user