diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-07-18 18:04:54 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-07-18 18:04:54 -0300 |
| commit | baaeac349dc5da2cb4892662c69566a98a66a124 (patch) | |
| tree | 634b3d4be3f659290f0271402f3c68d061c686d1 /config.cfg | |
| download | login-baaeac349dc5da2cb4892662c69566a98a66a124.tar.gz login-baaeac349dc5da2cb4892662c69566a98a66a124.zip | |
initial version
Diffstat (limited to 'config.cfg')
| -rw-r--r-- | config.cfg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config.cfg b/config.cfg new file mode 100644 index 0000000..458a0c0 --- /dev/null +++ b/config.cfg @@ -0,0 +1,8 @@ +MOTD = "Welcome to Tibia!" +UpdateRate = 20 +LoginPort = 7171 +MaxConnections = 10 +LoginTimeout = 10s +QueryManagerHost = "127.0.0.1" +QueryManagerPort = 7174 +QueryManagerPassword = "a6glaf0c" |
