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
1 appname = api-game 1 appname = api-game
2 -httpport = 60080 2 +httpport = 39080
3 runmode = dev 3 runmode = dev
4 autorender = false 4 autorender = false
5 copyrequestbody = true 5 copyrequestbody = true
sh/pre/api-game.sh
@@ -12,7 +12,7 @@ execdir=/home/exec/apigame/api/$nowdate @@ -12,7 +12,7 @@ execdir=/home/exec/apigame/api/$nowdate
12 codedir=/home/code/go/apigame/src 12 codedir=/home/code/go/apigame/src
13 execname=apigame 13 execname=apigame
14 execnewname=API_GAME_$nowdate 14 execnewname=API_GAME_$nowdate
15 -ports=(60080) 15 +ports=(39080)
16 codeport=80 16 codeport=80
17 echo "${execname} script is begin...." 17 echo "${execname} script is begin...."
18 sleep 1s 18 sleep 1s