Commit 09af58ae by tingweiwang

新增quota数据库 字段渲染相关

1 parent 00e8c531
Showing with 2 additions and 0 deletions
......@@ -27,6 +27,7 @@ harbor_host=192.168.1.53:5000 #内部镜像仓库,
hb_host=hb.seetatech.com #外部镜像仓库 (定义算法用的镜像仓库拉取位置)
#################################kpl关键字################################
kpl_db_name=kpl
quota_db_name=quota
kpl_service_id=kpl3
kpl_realy_path=kpl
###############################修改后端app.yaml################################
......@@ -55,5 +56,6 @@ sudo sed -i s#hb_host#$hb_host#g `find $config_workspace -type f -name "*.yaml"`
sudo sed -i s#custom_source#$custom_source#g `find $config_workspace -type f -name "*.yaml"`
#######################################kpl################################
sudo sed -i s#kpl_db_name#$kpl_db_name#g `find $config_workspace -type f -name "*.yaml"`
sudo sed -i s#quota_db_name#$quota_db_name#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"`
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!