From 70db9f721ff70228e8b06f15d613bb11c855403c Mon Sep 17 00:00:00 2001 From: zhouchengrong Date: Mon, 25 Mar 2024 17:14:18 +0800 Subject: [PATCH] =?UTF-8?q?attribute=20=E6=A8=A1=E5=9E=8B=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/core/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/core/config.py b/app/core/config.py index 430e997..1d75390 100644 --- a/app/core/config.py +++ b/app/core/config.py @@ -27,8 +27,8 @@ MINIO_SECURE = False MINIO_ACCESS = "e8zc55mzDOh4IzRrZ9Oa" MINIO_SECRET = "uHfqJ7UkwA1PTDGfnA44Hp9ux5YkZTkzZLjeOYhE" -OM_TRITON_IP = "10.1.1.240" -OM_TRITON_PORT = "10010" +OM_TRITON_IP = "10.1.1.150" +OM_TRITON_PORT = "9000" ATT_TRITON_IP = "10.1.1.240" ATT_TRITON_PORT = "10020"