forked from metin-server/m2dev-server
localhost -> 127.0.0.1 in game config
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
DB_ADDR: 127.0.0.1
|
DB_ADDR: 127.0.0.1
|
||||||
DB_PORT: 9000
|
DB_PORT: 9000
|
||||||
ACCOUNT_SQL: localhost mt2 mt2@pw account
|
ACCOUNT_SQL: 127.0.0.1 mt2 mt2@pw account
|
||||||
PLAYER_SQL: localhost mt2 mt2@pw player
|
PLAYER_SQL: 127.0.0.1 mt2 mt2@pw player
|
||||||
COMMON_SQL: localhost mt2 mt2@pw common
|
COMMON_SQL: 127.0.0.1 mt2 mt2@pw common
|
||||||
LOG_SQL: localhost mt2 mt2@pw log
|
LOG_SQL: 127.0.0.1 mt2 mt2@pw log
|
||||||
TABLE_POSTFIX:
|
TABLE_POSTFIX:
|
||||||
PASSES_PER_SEC: 60
|
PASSES_PER_SEC: 60
|
||||||
SAVE_EVENT_SECOND_CYCLE: 180
|
SAVE_EVENT_SECOND_CYCLE: 180
|
||||||
|
|||||||
Reference in New Issue
Block a user