From 2509cd0f082ed7bfa8d92947f6daade225dffe23 Mon Sep 17 00:00:00 2001 From: simonzhangsz Date: Mon, 6 Nov 2023 18:05:41 +0800 Subject: [PATCH] fix: local redis config --- restagent/etc/restconf.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/restagent/etc/restconf.yaml b/restagent/etc/restconf.yaml index a704bfcc..65cd05dc 100644 --- a/restagent/etc/restconf.yaml +++ b/restagent/etc/restconf.yaml @@ -49,14 +49,14 @@ redis: # OMC系统使用库 default: port: 6379 # Redis port - host: "192.168.2.166" # Redis host - password: "" + host: "192.168.2.219" # Redis host + password: "123456" db: 10 # Redis db_num # UDM网元用户库 udmuser: port: 6379 # Redis port - host: "192.168.2.166" - password: "" + host: "192.168.2.219" + password: "123456" db: 0 # Redis db_num # 多个数据源时可以用这个指定默认的数据源 defaultDataSourceName: "default"