From 21b232c08bf828658d321c928dbe7cffa22a8926 Mon Sep 17 00:00:00 2001 From: zhouchengrong Date: Wed, 3 Apr 2024 15:14:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/core/config.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/core/config.py b/app/core/config.py index 8338d65..4ba2f99 100644 --- a/app/core/config.py +++ b/app/core/config.py @@ -33,7 +33,9 @@ OM_TRITON_PORT = "10010" ATT_TRITON_IP = "10.1.1.240" ATT_TRITON_PORT = "10020" -DEBUG = 1 +MILVUS_URL = "http://10.1.1.240:19530" + +DEBUG = 2 # service env : 1 # pycharm debug : 2