From f0dd94a290828134f463455795923baaecb01179 Mon Sep 17 00:00:00 2001 From: simonzhangsz Date: Thu, 19 Oct 2023 17:18:57 +0800 Subject: [PATCH] fix: update redis db ip to 192.168.2.166 --- restagent/etc/restconf-t.yaml | 8 ++++---- restagent/etc/restconf.yaml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/restagent/etc/restconf-t.yaml b/restagent/etc/restconf-t.yaml index 2a8acc46..6ea8d467 100644 --- a/restagent/etc/restconf-t.yaml +++ b/restagent/etc/restconf-t.yaml @@ -12,10 +12,10 @@ logger: # ip: 0.0.0.0 or ::0, support IPv4/v6 rest: - ipv4: 0.0.0.0 - ipv6: fe80::f6bb:7d5f:bcb2:763b%7 + ipv6: port: 3030 - ipv4: 0.0.0.0 - ipv6: fe80::f6bb:7d5f:bcb2:763b%7 + ipv6: port: 6060 database: @@ -33,13 +33,13 @@ redis: # OMC系统使用库 default: port: 6379 # Redis port - host: "192.168.0.229" # Redis host + host: "192.168.2.166" # Redis host password: "" db: 10 # Redis db_num # UDM网元用户库 udmuser: port: 6379 # Redis port - host: "192.168.0.229" + host: "192.168.2.166" password: "" db: 0 # Redis db_num # 多个数据源时可以用这个指定默认的数据源 diff --git a/restagent/etc/restconf.yaml b/restagent/etc/restconf.yaml index 7340d86a..96413f38 100644 --- a/restagent/etc/restconf.yaml +++ b/restagent/etc/restconf.yaml @@ -49,13 +49,13 @@ redis: # OMC系统使用库 default: port: 6379 # Redis port - host: "192.168.0.229" # Redis host + host: "192.168.2.166" # Redis host password: "" db: 10 # Redis db_num # UDM网元用户库 udmuser: port: 6379 # Redis port - host: "192.168.0.229" + host: "192.168.2.166" password: "" db: 0 # Redis db_num # 多个数据源时可以用这个指定默认的数据源