Add keystore password

This commit is contained in:
Magix 2022-04-22 23:53:37 -04:00 committed by GitHub
parent f47a6101db
commit 1933bfc95a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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