Commit 5158c653 by tingweiwang

增加kpl edu frontend字段

1 parent 54633dac
Showing with 4 additions and 2 deletions
......@@ -5,6 +5,8 @@ config_workspace=/root/configmap-kpl
#kpl_frontend=http://106.38.203.205:30180 #30180
kpl_backend=http://106.38.203.205:30180
kpl_back_socket=ws://106.38.203.205:30180 # 30200 https对应wss
kpl_edu_backend=http://106.38.203.205:30181
kpl_edu_back_socket=ws://106.38.203.205:30181 # 30200 https对应wss
#kpl_imageproxy=http://106.38.203.205:30202 #30202
#kpl_deploy=http://106.38.203.205:30201 #30201
#usercenter_frontend=http://106.38.203.205:30302 #30302
......@@ -54,9 +56,9 @@ sudo sed -i s/quota_db_name/$quota_db_name/g `find $config_workspace -type f -na
#sudo sed -i s#kpl_admin_frontend#$kpl_admin_frontend#g `find $config_workspace -type f -name "*.yaml"`
#############################kpl修改前端app.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_backend#$usercenter_backend#g `find $config_workspace -type f -name "*.yaml"`
sudo sed -i s#kpl_back_socket#$kpl_back_socket#g `find $config_workspace -type f -name "*.yaml"`
sudo sed -i s#kpl_edu_backend#$kpl_edu__backend#g `find $config_workspace -type f -name "*.yaml"`
sudo sed -i s#kpl_edu_back_socket#$kpl_edu__back_socket#g `find $config_workspace -type f -name "*.yaml"`
#sudo sed -i s#kpl_imageproxy#$kpl_imageproxy#g `find $config_workspace -type f -name "*.yaml"`
#sudo sed -i s#mobile_frontend#$mobile_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"`
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!