forked from metin-server/m2dev-server
config: sanitize tracked runtime defaults
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
DB_ADDR: 127.0.0.1
|
||||
DB_PORT: 9000
|
||||
ACCOUNT_SQL: 127.0.0.1 mt2 mt2@pw account
|
||||
PLAYER_SQL: 127.0.0.1 mt2 mt2@pw player
|
||||
COMMON_SQL: 127.0.0.1 mt2 mt2@pw common
|
||||
LOG_SQL: 127.0.0.1 mt2 mt2@pw log
|
||||
ACCOUNT_SQL: 127.0.0.1 bootstrap change-me account
|
||||
PLAYER_SQL: 127.0.0.1 bootstrap change-me player
|
||||
COMMON_SQL: 127.0.0.1 bootstrap change-me common
|
||||
LOG_SQL: 127.0.0.1 bootstrap change-me log
|
||||
TABLE_POSTFIX:
|
||||
PASSES_PER_SEC: 60
|
||||
SAVE_EVENT_SECOND_CYCLE: 180
|
||||
PING_EVENT_SECOND_CYCLE: 180
|
||||
CHECK_MULTIHACK: 0
|
||||
ADMINPAGE_PASSWORD: metin2adminpass
|
||||
ADMINPAGE_PASSWORD:
|
||||
ADMINPAGE_IP: 127.0.0.1
|
||||
SPEEDHACK_LIMIT_COUNT: 300
|
||||
SPEEDHACK_LIMIT_BONUS: 80
|
||||
PK_PROTECT_LEVEL: 15
|
||||
MALL_URL: example.com
|
||||
MAX_LEVEL: 120
|
||||
MAX_LEVEL: 120
|
||||
|
||||
Reference in New Issue
Block a user