diff options
Diffstat (limited to 'config.cfg')
| -rw-r--r-- | config.cfg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config.cfg b/config.cfg new file mode 100644 index 0000000..725b0e7 --- /dev/null +++ b/config.cfg @@ -0,0 +1,11 @@ +# Database +DatabaseFile = "tibia.db" +MaxCachedStatements = 100 + +# Connection +Password = "a6glaf0c" +Port = 7174 +MaxConnections = 50 +MaxConnectionIdleTime = 60s +MaxConnectionPacketSize = 1M +UpdateRate = 20 |
