mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-01-25 01:52:58 +08:00
Add keystore password
This commit is contained in:
parent
b98860c480
commit
0992fc11b4
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user