Commit 12c6bd1d by tingweiwang

新增autodl-admin-backend socker变量

1 parent 6d924941
Showing with 2 additions and 0 deletions
......@@ -9,6 +9,7 @@ autodl_back_socket=ws://106.38.203.204:40091 #如果是域名 https此处需要
autodl_file=http://106.38.203.204:40093 #30093
autodl_admin_backend=http://106.38.203.204:30072 # 30092
deploy_is_private=true # true代表私有部署
autodl_admin_back_socket=ws://106.38.203.204:30072 # 30092
###############其他依赖服务变量信息#########################################
autodl_es=http://192.168.1.32:9200
mysql_host=192.168.1.32:3306
......@@ -42,6 +43,7 @@ sudo sed -i s#autodl_backend#$autodl_backend#g `find $workspace -type f -name pr
sudo sed -i s#autodl_back_socket#$autodl_back_socket#g `find $workspace -type f -name production-base.js`
sudo sed -i s#autodl_file#$autodl_file#g `find $workspace -type f -name production-base.js`
sudo sed -i s#autodl_admin_backend#$autodl_admin_backend#g `find $workspace -type f -name production-base.js`
sudo sed -i s#autodl_admin_back_socket#$autodl_admin_back_socket#g `find $workspace -type f -name production-base.js`
##################################修改Dockerfile#######################################################
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!