Commit abdb2dbf by tingweiwang

新增kpl_stream变量

1 parent ea2a75c2
Showing with 2 additions and 0 deletions
...@@ -12,6 +12,7 @@ usercenter_backend=http://106.38.203.205:30300 #30300 ...@@ -12,6 +12,7 @@ usercenter_backend=http://106.38.203.205:30300 #30300
core_nginx=http://106.38.203.205:30099 #30099 core_nginx=http://106.38.203.205:30099 #30099
visit_uc_frontend=106.38.203.205 #user-center前端的主机ip 或域名 visit_uc_frontend=106.38.203.205 #user-center前端的主机ip 或域名
mobile_frontend=http://106.38.203.205:30181 #30181 mobile_frontend=http://106.38.203.205:30181 #30181
kpl_stream=106.38.203.206:30205
###############其他依赖服务变量信息######################################### ###############其他依赖服务变量信息#########################################
mysql_host=192.168.1.32:3306 mysql_host=192.168.1.32:3306
mysql_user=root mysql_user=root
...@@ -48,6 +49,7 @@ sudo sed -i s#usercenter_backend#$usercenter_backend#g `find $config_workspace - ...@@ -48,6 +49,7 @@ sudo sed -i s#usercenter_backend#$usercenter_backend#g `find $config_workspace -
sudo sed -i s#kpl_back_socket#$kpl_back_socket#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_imageproxy#$kpl_imageproxy#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#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"`
################################################################################################### ###################################################################################################
sudo sed -i s#kpl_service_id#$kpl_service_id#g `find $config_workspace -type f -name "*.yaml"` sudo sed -i s#kpl_service_id#$kpl_service_id#g `find $config_workspace -type f -name "*.yaml"`
sudo sed -i s#kpl_realy_path#$kpl_realy_path#g `find $config_workspace -type f -name "*.yaml"` sudo sed -i s#kpl_realy_path#$kpl_realy_path#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!