1
0

fix: 修改redis连接配置

This commit is contained in:
TsMask
2023-10-19 14:48:18 +08:00
parent 4652a124ca
commit 5c44f044d7
2 changed files with 11 additions and 11 deletions

View File

@@ -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"