Commit 3619e465171a5354c1fd136f303370517b9561ea

Authored by 王家文
1 parent 87ad9a51
Exists in master and in 1 other branch dev-wjw

faet: 测试服配置和脚本

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
conf/pre.conf
1 1 appname = api-game
2   -httpport = 60080
  2 +httpport = 39080
3 3 runmode = dev
4 4 autorender = false
5 5 copyrequestbody = true
... ...
sh/pre/api-game.sh
... ... @@ -12,7 +12,7 @@ execdir=/home/exec/apigame/api/$nowdate
12 12 codedir=/home/code/go/apigame/src
13 13 execname=apigame
14 14 execnewname=API_GAME_$nowdate
15   -ports=(60080)
  15 +ports=(39080)
16 16 codeport=80
17 17 echo "${execname} script is begin...."
18 18 sleep 1s
... ...