Add FrontHTTPS field to Dispatch server

Signed-off-by: Jaida Wu <mlgmxyysd@meowcat.org>
This commit is contained in:
Jaida Wu
2022-04-22 21:25:58 +08:00
parent 9b23bfa556
commit e02917a527
2 changed files with 3 additions and 2 deletions

View File

@@ -30,6 +30,7 @@ public final class Config {
public String KeystorePath = "./keystore.p12";
public String KeystorePassword = "";
public Boolean UseSSL = true;
public Boolean FrontHTTPS = true;
public boolean AutomaticallyCreateAccounts = false;