diff --git a/share/conf/db.txt b/share/conf/db.txt index 471fc47..ce16e5f 100644 --- a/share/conf/db.txt +++ b/share/conf/db.txt @@ -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 = "" diff --git a/share/conf/game.txt b/share/conf/game.txt index 2c1e33c..1d02941 100644 --- a/share/conf/game.txt +++ b/share/conf/game.txt @@ -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