mirror of
https://gitee.com/BDWare/front-base
synced 2025-01-09 17:34:01 +00:00
update cmdconf
This commit is contained in:
parent
4122cc0128
commit
27e47f4142
@ -23,8 +23,7 @@ sourceSets {
|
||||
}
|
||||
dependencies {
|
||||
api project (":common")
|
||||
api 'io.netty:netty-tcnative-boringssl-static:2.0.46.Final'
|
||||
api 'io.netty:netty-tcnative-boringssl-static:2.0.59.Final'
|
||||
api 'com.google.code.gson:gson:2.8.8'
|
||||
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
}
|
||||
|
@ -18,16 +18,15 @@ public class CMDConf {
|
||||
|
||||
public String cmi = "";
|
||||
public String debug = "";
|
||||
public boolean disableDoRepo = false;
|
||||
public boolean disableLocalLhs = false;
|
||||
public String doipCertPath = "";
|
||||
public String doipLhsAddress = "";
|
||||
public String repoDoid = "";
|
||||
public String lhsAddress = "";
|
||||
public String repoName;
|
||||
|
||||
public int doipPort = -1;
|
||||
public String doipUserHandle = "";
|
||||
|
||||
public boolean enableEventPersistence = false;
|
||||
public String enableSsl = "./ssl/chained.pem:./ssl/domain.pem";
|
||||
public String ip = "127.0.0.1";
|
||||
public boolean isLAN = true;
|
||||
public boolean overwrite = false;
|
||||
public int servicePort = 18005;
|
||||
public String textFileSuffixes = ".yjs,.json,.txt,.css,.js,.html,.md,.conf,.csv";
|
||||
|
Loading…
Reference in New Issue
Block a user