aboutsummaryrefslogtreecommitdiff
path: root/config.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'config.cfg')
-rw-r--r--config.cfg28
1 files changed, 20 insertions, 8 deletions
diff --git a/config.cfg b/config.cfg
index 913e60c..69ed6f3 100644
--- a/config.cfg
+++ b/config.cfg
@@ -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!"
+