game.txt and db.txt config fixed

This commit is contained in:
d1str4ught
2025-09-28 15:22:38 +02:00
parent 923e344db3
commit b855960493
2 changed files with 5 additions and 4 deletions

View File

@@ -1,9 +1,9 @@
WELCOME_MSG = "Database connector is running..."
SQL_ACCOUNT = "localhost account mt2 mt2@pw 0"
SQL_PLAYER = "localhost player mt2 mt2@pw 0"
SQL_COMMON = "localhost common mt2 mt2@pw 0"
SQL_HOTBACKUP = "localhost hotbackup mt2 mt2@pw 0"
SQL_ACCOUNT = "127.0.0.1 account mt2 mt2@pw 0"
SQL_PLAYER = "127.0.0.1 player mt2 mt2@pw 0"
SQL_COMMON = "127.0.0.1 common mt2 mt2@pw 0"
SQL_HOTBACKUP = "127.0.0.1 hotbackup mt2 mt2@pw 0"
TABLE_POSTFIX = ""

View File

@@ -1,3 +1,4 @@
DB_ADDR: 127.0.0.1
DB_PORT: 9000
ACCOUNT_SQL: localhost mt2 mt2@pw account
PLAYER_SQL: localhost mt2 mt2@pw player