Commit d2a5418c by tingweiwang

新增kpl_admin_frontend

1 parent 678b5d01
Showing with 2 additions and 0 deletions
...@@ -15,6 +15,7 @@ core_nginx=http://106.38.203.204:30099 ...@@ -15,6 +15,7 @@ core_nginx=http://106.38.203.204:30099
mobile_frontend=http://106.38.203.204:30181 #kpl手机端扫码页面 mobile_frontend=http://106.38.203.204:30181 #kpl手机端扫码页面
#custom_source=kpl #custom_source=kpl
kpl_stream=106.38.203.204:30205 #ssh服务 kpl_stream=106.38.203.204:30205 #ssh服务
kpl_admin_frontend=http://106.38.203.204:30182
###############其他依赖服务变量信息######################################### ###############其他依赖服务变量信息#########################################
#autodl_es=http://192.168.1.51:9200 #autodl_es=http://192.168.1.51:9200
mysql_host=192.168.1.53:3306 mysql_host=192.168.1.53:3306
...@@ -44,6 +45,7 @@ sudo sed -i s#core_nginx#$core_nginx#g `find $config_workspace -type f -name "*. ...@@ -44,6 +45,7 @@ sudo sed -i s#core_nginx#$core_nginx#g `find $config_workspace -type f -name "*.
sudo sed -i s#kpl_frontend#$kpl_frontend#g `find $config_workspace -type f -name "*.yaml"` sudo sed -i s#kpl_frontend#$kpl_frontend#g `find $config_workspace -type f -name "*.yaml"`
#sudo sed -i s#visit_uc_frontend#$visit_uc_frontend#g `find $config_workspace -type f -name "*.yaml"` #sudo sed -i s#visit_uc_frontend#$visit_uc_frontend#g `find $config_workspace -type f -name "*.yaml"`
sudo sed -i s#kpl_stream#$kpl_stream#g `find $config_workspace -type f -name "*.yaml"` sudo sed -i s#kpl_stream#$kpl_stream#g `find $config_workspace -type f -name "*.yaml"`
sudo sed -i s#kpl_admin_frontend#$kpl_admin_frontend#g `find $config_workspace -type f -name "*.yaml"`
###############################修改前端app.yaml####################################### ###############################修改前端app.yaml#######################################
sudo sed -i s#kpl_backend#$kpl_backend#g `find $config_workspace -type f -name "*.yaml"` sudo sed -i s#kpl_backend#$kpl_backend#g `find $config_workspace -type f -name "*.yaml"`
#sudo sed -i s#usercenter_frontend#$usercenter_frontend#g `find $config_workspace -type f -name "*.yaml"` #sudo sed -i s#usercenter_frontend#$usercenter_frontend#g `find $config_workspace -type f -name "*.yaml"`
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!