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 # 多个数据源时可以用这个指定默认的数据源