fix: redis pass

This commit is contained in:
2024-06-13 14:54:30 +08:00
parent a0982b2042
commit 0aa2715278

View File

@@ -54,14 +54,14 @@ redis:
# OMC系统使用库
default:
port: 6379 # Redis port
host: "192.168.2.219" # Redis host
password: "123456"
host: "127.0.0.1" # Redis host
password: "helloearth"
db: 10 # Redis db_num
# UDM网元用户库
udmuser:
port: 6379 # Redis port
host: "192.168.2.219"
password: "123456"
host: "127.0.0.1"
password: "helloearth"
db: 0 # Redis db_num
# 多个数据源时可以用这个指定默认的数据源
defaultDataSourceName: "default"