refactor(server_999): 更新团队服务器配置和脚本
- 修改 msgq_config.xml 中的地址配置,将 10.999.91.1 更改为 10.999.92.1 - 更新 start_team_svr.sh 和 stop_team_svr.sh 脚本中的服务器 ID - 注释掉 msgq_config.xml 中的两个 ChannelCnf 配置段
This commit is contained in:
@@ -10,4 +10,4 @@ fi
|
||||
./up_conf.sh
|
||||
|
||||
|
||||
../bin/team_svr a5game_zs_999 --id=10.999.91.1 --business-id=10 --log-level=300 --tlogconf ../cfg/team_svr_log.xml --conf-file ../cfg/team_svr.xml --bus-key=2109991 --pid-file=./team_svr_10_999_ag.pid -D start
|
||||
../bin/team_svr a5game_zs_999 --id=10.999.92.1 --business-id=10 --log-level=300 --tlogconf ../cfg/team_svr_log.xml --conf-file ../cfg/team_svr.xml --bus-key=2109991 --pid-file=./team_svr_10_999_ag.pid -D start
|
||||
|
||||
@@ -7,5 +7,5 @@ if [ $curuser = "root1" ];then
|
||||
exit -1
|
||||
fi
|
||||
|
||||
../bin/team_svr --id=10.999.91.1 --business-id=10 --conf-file ../cfg/team_svr.xml --pid-file=./team_svr_10_999_ag.pid stop
|
||||
../bin/team_svr --id=10.999.92.1 --business-id=10 --conf-file ../cfg/team_svr.xml --pid-file=./team_svr_10_999_ag.pid stop
|
||||
|
||||
|
||||
Reference in New Issue
Block a user