diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-10-18 20:37:00 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-10-18 20:39:12 -0300 |
| commit | 48375acd7d6581b42b354618ed694a9d1cd25439 (patch) | |
| tree | bd4fa70e4d39b3d637b218bbe7f52b86a96a1522 /config.cfg | |
| parent | cd93a7c2bf927fd747fc188bdda98ea03b1f5e72 (diff) | |
| download | web-48375acd7d6581b42b354618ed694a9d1cd25439.tar.gz web-48375acd7d6581b42b354618ed694a9d1cd25439.zip | |
overall improvements + keep up with querymanager v0.2
Diffstat (limited to 'config.cfg')
| -rw-r--r-- | config.cfg | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/config.cfg b/config.cfg deleted file mode 100644 index 81fd054..0000000 --- a/config.cfg +++ /dev/null @@ -1,23 +0,0 @@ -# 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 |
