From 753405c581855bf89c2301b444f833bff4677034 Mon Sep 17 00:00:00 2001 From: simonzhangsz Date: Tue, 4 Jun 2024 15:08:45 +0800 Subject: [PATCH] fix: for main version --- restagent/etc/restconf-t.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/restagent/etc/restconf-t.yaml b/restagent/etc/restconf-t.yaml index d3323c6c..b7b2d55d 100644 --- a/restagent/etc/restconf-t.yaml +++ b/restagent/etc/restconf-t.yaml @@ -54,14 +54,14 @@ redis: # OMC系统使用库 default: port: 6379 # Redis port - host: "192.168.2.219" # Redis host - password: "123456" + host: "127.0.0.1" # Redis host + password: "helloearth" db: 10 # Redis db_num # UDM网元用户库 udmuser: port: 6379 # Redis port - host: "192.168.2.219" - password: "123456" + host: "127.0.0.1" + password: "helloearth" db: 0 # Redis db_num # 多个数据源时可以用这个指定默认的数据源 defaultDataSourceName: "default"