Add keystore password

This commit is contained in:
Magix 2022-04-22 23:53:37 -04:00 committed by GitHub
parent b98860c480
commit 0992fc11b4

View File

@ -29,7 +29,7 @@ public final class Config {
public int Port = 443;
public int PublicPort = 0;
public String KeystorePath = "./keystore.p12";
public String KeystorePassword = "";
public String KeystorePassword = "123456";
public Boolean UseSSL = true;
public Boolean FrontHTTPS = true;