Commit b9401d3a by tingweiwang

增加node和notebook grafana url

1 parent e9a66953
Showing with 4 additions and 0 deletions
......@@ -25,6 +25,8 @@ kpl_realy_path=kpl #默认不更改
iot_boolean=false
grafana_boolean=false
mqtt_host= #192.168.1.32:1883 ,如果iot功能关闭,此处可以不做配置
notebook_grafana_url_string=
node_grafana_url_string=
###############################修改后端app.yaml################################
sudo sed -i s#redis_host#$redis_host#g `find $config_workspace -type f -name "*.yaml"`
sudo sed -i s#mysql_host#$mysql_host#g `find $config_workspace -type f -name "*.yaml"`
......@@ -48,4 +50,6 @@ sudo sed -i s#kpl_realy_path#$kpl_realy_path#g `find $config_workspace -type f -
sudo sed -i s#iot_boolean#$iot_boolean#g `find $config_workspace -type f -name "*.yaml"`
sudo sed -i s#mqtt_host#$mqtt_host#g `find $config_workspace -type f -name "*.yaml"`
sudo sed -i s#grafana_boolean#$grafana_boolean#g `find $config_workspace -type f -name "*.yaml"`
sudo sed -i s#notebook_grafana_url_string#$notebook_grafana_url_string#g `find $config_workspace -type f -name "*.yaml"`
sudo sed -i s#node_grafana_url_string#$node_grafana_url_string#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!