diff options
Diffstat (limited to 'config.cfg')
| -rw-r--r-- | config.cfg | 28 |
1 files changed, 20 insertions, 8 deletions
@@ -1,8 +1,20 @@ -MOTD = "Welcome to Tibia!" -UpdateRate = 20 -LoginPort = 7171 -MaxConnections = 10 -LoginTimeout = 10s -QueryManagerHost = "127.0.0.1" -QueryManagerPort = 7173 -QueryManagerPassword = "a6glaf0c" +# Service Config +LoginPort = 7171 +ConnectionTimeout = 5s +MaxConnections = 5 +MaxStatusRecords = 1024 +MinStatusInterval = 5m +QueryManagerHost = "127.0.0.1" +QueryManagerPort = 7173 +QueryManagerPassword = "a6glaf0c" + +# Service Info +StatusWorld = "" +URL = "" +Location = "" +Owner = "" +ServerType = "Tibia" +ServerVersion = "7.7" +ClientVersion = "7.7" +MOTD = "Welcome to Tibia!" + |
