diff options
Diffstat (limited to 'config.cfg.dist')
| -rw-r--r-- | config.cfg.dist | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/config.cfg.dist b/config.cfg.dist new file mode 100644 index 0000000..81fd054 --- /dev/null +++ b/config.cfg.dist @@ -0,0 +1,23 @@ +# HTTP/HTTPS Config +HttpPort = 80 +HttpsPort = 443 +HttpsCertFile = "https/cert.pem" +HttpsKeyFile = "https/key.pem" + +# SMTP Config +SmtpHost = "smtp.domain.com" +SmtpPort = 587 +SmtpUser = "username" +SmtpPassword = "" +SmtpSender = "support@domain.com" + +# Query Manager Config +QueryManagerHost = "127.0.0.1" +QueryManagerPort = 7173 +QueryManagerPassword = "a6glaf0c" + +# Query Manager Cache Config +MaxCachedAccounts = 4096 +MaxCachedCharacters = 4096 +CharacterRefreshInterval = 15m +WorldRefreshInterval = 15m |
