Browse Source

update some services' host

highing666 3 years ago
parent
commit
5d8507e8dc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .env_pro

+ 2 - 2
.env_pro

@@ -7,7 +7,7 @@ TENCENT_NLP_ENDPOINT="nlp.tencentcloudapi.com"
 TENCENT_SECRET_ID_V1="AKIDH4x32k2xSpElCSIhv19B0ZrFwP68BcIh"
 TENCENT_SECRET_KEY_V1="1pNfgBDzW6TeZGrGWWGn68sypQk9QSDh"
 
-DUCKLING_HOST="http://171.17.11.173:8000"
+DUCKLING_HOST="http://172.18.0.1:8000"
 
 ML_MODELS_DIR="/app/ml_models/"
 
@@ -26,5 +26,5 @@ REDIS_DB=0
 REDIS_PASSWORD="123456"
 
 # Milvus
-MILVUS_HOST="172.17.11.173"
+MILVUS_HOST="172.18.0.1"
 MILVUS_PORT="19530"