aboutsummaryrefslogtreecommitdiff
path: root/config.cfg
diff options
context:
space:
mode:
authorfusion32 <marcopuzziello@gmail.com>2025-10-16 00:47:01 -0300
committerfusion32 <marcopuzziello@gmail.com>2025-10-16 00:47:01 -0300
commit85b75f77376b5e6cf571bb6ebc34d11c167ca9cf (patch)
treea8ef508b1ba6eb85098d3c23f0b89250be1f8867 /config.cfg
parentc3b333af90a39f38559de59762c8c1e247ffa2a3 (diff)
downloadquerymanager-85b75f77376b5e6cf571bb6ebc34d11c167ca9cf.tar.gz
querymanager-85b75f77376b5e6cf571bb6ebc34d11c167ca9cf.zip
make config.cfg a distribution template
Diffstat (limited to 'config.cfg')
-rw-r--r--config.cfg43
1 files changed, 0 insertions, 43 deletions
diff --git a/config.cfg b/config.cfg
deleted file mode 100644
index e2c77d3..0000000
--- a/config.cfg
+++ /dev/null
@@ -1,43 +0,0 @@
-# HostCache Config
-MaxCachedHostNames = 100
-HostNameExpireTime = 30m
-
-# SQLite Config
-#SQLite.File = "tibia.db"
-#SQLite.MaxCachedStatements = 100
-
-# PostgreSQL Config
-# NOTE(fusion): These options are passed directly to `PQconnectdbParams`.
-# Empty values are ignored, meaning their defaults will be used instead.
-# For more information see:
-# https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-PARAMKEYWORDS
-PostgreSQL.Host = "localhost"
-PostgreSQL.Port = "5432"
-PostgreSQL.DBName = "tibia"
-PostgreSQL.User = "tibia"
-#PostgreSQL.Password = ""
-PostgreSQL.Password = "password"
-PostgreSQL.ConnectTimeout = ""
-PostgreSQL.ClientEncoding = "UTF8"
-PostgreSQL.ApplicationName = "QueryManager"
-PostgreSQL.SSLMode = ""
-PostgreSQL.SSLRootCert = ""
-PostgreSQL.MaxCachedStatements = 100
-
-# MySQL/MariaDB Config
-#MySQL.Host = "localhost"
-#MySQL.Port = "3306"
-#MySQL.DBName = "tibia"
-#MySQL.User = "tibia"
-#MySQL.Password = ""
-#MySQL.UnixSocket = ""
-#MySQL.MaxCachedStatements = 100
-
-# Connection Config
-QueryManagerPort = 7173
-QueryManagerPassword = "a6glaf0c"
-QueryWorkerThreads = 1
-QueryBufferSize = 1M
-QueryMaxAttempts = 3
-MaxConnections = 25
-MaxConnectionIdleTime = 5m