forked from metin-server/m2dev-server
game.txt and db.txt config fixed
This commit is contained in:
@@ -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 = ""
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user