mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-23 22:54:29 +00:00
Add keystore password
This commit is contained in:
parent
f47a6101db
commit
1933bfc95a
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user