diff --git a/conf/pre.conf b/conf/pre.conf index ce94a9f..9d78c76 100644 --- a/conf/pre.conf +++ b/conf/pre.conf @@ -1,5 +1,5 @@ appname = api-game -httpport = 60080 +httpport = 39080 runmode = dev autorender = false copyrequestbody = true diff --git a/sh/pre/api-game.sh b/sh/pre/api-game.sh index 99ff6aa..2c3689f 100644 --- a/sh/pre/api-game.sh +++ b/sh/pre/api-game.sh @@ -12,7 +12,7 @@ execdir=/home/exec/apigame/api/$nowdate codedir=/home/code/go/apigame/src execname=apigame execnewname=API_GAME_$nowdate -ports=(60080) +ports=(39080) codeport=80 echo "${execname} script is begin...." sleep 1s -- libgit2 0.21.0