mirror of
https://gitee.com/BDWare/front-base
synced 2025-01-09 17:34:01 +00:00
feat: support createParam
feat: docker script
This commit is contained in:
parent
87ddb79d83
commit
19a033c699
@ -1,5 +1,6 @@
|
||||
package org.bdware.server;
|
||||
|
||||
import com.google.gson.JsonArray;
|
||||
import org.apache.logging.log4j.LogManager;
|
||||
import org.apache.logging.log4j.Logger;
|
||||
import org.bdware.sc.util.JsonUtil;
|
||||
@ -38,7 +39,9 @@ public class CMDConf {
|
||||
public String clientToClusterPlugins = "";
|
||||
public String tcpPlugins = "";
|
||||
public String consistencyPlugins = "";
|
||||
public String startContract = "";
|
||||
public JsonArray startContract = null;
|
||||
public String datachainConf = null;
|
||||
|
||||
public static CMDConf parseFile(String confPath) {
|
||||
CMDConf ret = null;
|
||||
File conf = new File(confPath);
|
||||
|
Loading…
Reference in New Issue
Block a user