Skip to content
Snippets Groups Projects
Commit 0992fc11 authored by Magix's avatar Magix Committed by GitHub
Browse files

Add keystore password

parent b98860c4
Branches
Tags
No related merge requests found
......@@ -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;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment