diff --git a/restagent/dev.yaml b/restagent/dev.yaml index 2a442d3..0302fcf 100644 --- a/restagent/dev.yaml +++ b/restagent/dev.yaml @@ -48,14 +48,14 @@ redis: dataSource: # OMC系统使用库 default: - port: 6379 # Redis port - host: "127.0.0.1" # Redis host + port: 3189 # Redis port + host: "192.168.2.166" # Redis host password: "" db: 10 # Redis db_num # UDM网元用户库 udmuser: - port: 6379 # Redis port - host: "127.0.0.1" + port: 3189 # Redis port + host: "192.168.2.166" password: "" db: 0 # Redis db_num # 多个数据源时可以用这个指定默认的数据源 diff --git a/restagent/etc/restconf.yaml b/restagent/etc/restconf.yaml index d31683e..c4c6654 100644 --- a/restagent/etc/restconf.yaml +++ b/restagent/etc/restconf.yaml @@ -37,9 +37,9 @@ webServer: database: type: mysql user: root - password: 1000omc@kp! - host: "192.168.0.229" - port: 33066 + password: "root@1234" + host: "192.168.30.34" + port: 3306 name: "omc_db_dev" backup: d:/local.git/ems.agt/restagent/database @@ -49,14 +49,14 @@ redis: # OMC系统使用库 default: port: 6379 # Redis port - host: "192.168.0.229" # Redis host - password: "" + host: "192.168.30.34" # Redis host + password: "redis@1234" db: 10 # Redis db_num # UDM网元用户库 udmuser: port: 6379 # Redis port - host: "192.168.0.229" - password: "" + host: "192.168.30.34" + password: "redis@1234" db: 0 # Redis db_num # 多个数据源时可以用这个指定默认的数据源 defaultDataSourceName: "default"