You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# 游戏运行参数配置
|
|
SCREEN_RUN=TRUE
|
|
IS_CROSS_CENTER=FALSE
|
|
|
|
PROCESS_MAKE_LIMIT=2
|
|
|
|
HOST=192.168.5.244
|
|
PORT=9310
|
|
SERVER_ID=1
|
|
NODE_NAME_PREFIX=demon_dev_
|
|
|
|
ERL_COOKIE_PREFIX=demon_dev_
|
|
|
|
# ---------------------------
|
|
# 以下为可选项
|
|
# ---------------------------
|
|
|
|
# 默认节点Cookie分跨服和游戏服(如果已指定则不按以下规则生成):
|
|
# ERL_COOKIE=${ERL_COOKIE_PREFIX}center
|
|
# ERL_COOKIE=${ERL_COOKIE_PREFIX}${SERVER_ID}
|
|
|
|
# APP_CFG=gsrv
|
|
|
|
# ERL=erl
|
|
|