blob: 627088a4c337033d6923509ab4c5048ee0033c9e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# 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 = 7174
QueryManagerPassword = "a6glaf0c"
# Query Manager Cache Config
MaxCachedAccounts = 4096
MaxCachedCharacters = 4096
CharacterRefreshInterval = 15m
WorldsRefreshInterval = 15m
OnlineCharactersRefreshInterval = 15m
KillStatisticsRefreshInterval = 30m
|