mirror of
https://gitee.com/BDWare/front-base
synced 2025-01-10 01:44:01 +00:00
support ledgerparams
add startContract at cmconfig.json add docker scripts
This commit is contained in:
parent
a99c4e9af4
commit
87ddb79d83
@ -38,7 +38,7 @@ public class CMDConf {
|
|||||||
public String clientToClusterPlugins = "";
|
public String clientToClusterPlugins = "";
|
||||||
public String tcpPlugins = "";
|
public String tcpPlugins = "";
|
||||||
public String consistencyPlugins = "";
|
public String consistencyPlugins = "";
|
||||||
|
public String startContract = "";
|
||||||
public static CMDConf parseFile(String confPath) {
|
public static CMDConf parseFile(String confPath) {
|
||||||
CMDConf ret = null;
|
CMDConf ret = null;
|
||||||
File conf = new File(confPath);
|
File conf = new File(confPath);
|
||||||
|
Loading…
Reference in New Issue
Block a user