Commit d6b2a7cd by tingweiwang

Update sed-config.sh

1 parent 94484b06
Showing with 2 additions and 2 deletions
...@@ -13,8 +13,8 @@ mysql_password=seetatech ...@@ -13,8 +13,8 @@ mysql_password=seetatech
redis_host=192.168.1.53:6379 redis_host=192.168.1.53:6379
redis_password=seetatech redis_password=seetatech
mongo_host='mongodb://admin:admin@192.168.1.51:27017,192.168.1.14:27017/kpl?replicaSet=my-mongodb\&authSource=admin' #&号前记得加转义 mongo_host='mongodb://admin:admin@192.168.1.51:27017,192.168.1.14:27017/kpl?replicaSet=my-mongodb\&authSource=admin' #&号前记得加转义
harbor_host=192.168.1.53:5000 #内部镜像仓库 harbor_host=192.168.1.53:5000 #内部镜像仓库
hb_host=hub.kce.ksyun.com #外部镜像仓库 (定义算法用的镜像仓库拉取位置 hb_host=hub.kce.ksyun.com #外部镜像仓库(算法镜像仓库
#################################kpl关键字################################ #################################kpl关键字################################
kpl_db_name=kpl kpl_db_name=kpl
quota_db_name=quota quota_db_name=quota
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!