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

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