From bf1f06fa6cc4df03b1de2525f430f1d5a69505f4 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Wed, 18 Oct 2023 19:29:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=BA=93=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- restagent/dev.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/restagent/dev.yaml b/restagent/dev.yaml index 1ac5967..2573fc9 100644 --- a/restagent/dev.yaml +++ b/restagent/dev.yaml @@ -37,8 +37,8 @@ webServer: database: type: mysql user: root - password: 1000omc@kp! - host: "192.168.0.229" + password: "1000omc@kp!" + host: "192.168.2.166" port: 33066 name: "omc_db_dev" backup: "../temp/database" @@ -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 # 多个数据源时可以用这个指定默认的数据源