From f1393c2dd9b97523a868dc6c1a51b95046d36975 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Wed, 18 Oct 2023 19:32:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20redis=E8=BF=9E=E6=8E=A5127=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- restagent/dev.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/restagent/dev.yaml b/restagent/dev.yaml index 2573fc9..2a442d3 100644 --- a/restagent/dev.yaml +++ b/restagent/dev.yaml @@ -49,13 +49,13 @@ redis: # OMC系统使用库 default: port: 6379 # Redis port - host: "192.168.2.166" # Redis host + host: "127.0.0.1" # Redis host password: "" db: 10 # Redis db_num # UDM网元用户库 udmuser: port: 6379 # Redis port - host: "192.168.2.166" + host: "127.0.0.1" password: "" db: 0 # Redis db_num # 多个数据源时可以用这个指定默认的数据源