refactor: 移除 Redis GMQ 配置,改用统一配置注册
This commit is contained in:
13
config.yml
13
config.yml
@@ -115,16 +115,3 @@ nats:
|
||||
|
||||
# 文件上传服务地址,与oss模块minio中的endpoint一致
|
||||
filePrefix: "http://116.204.74.41:9000"
|
||||
|
||||
gmq:
|
||||
redis:
|
||||
primary:
|
||||
addr: "116.204.74.41"
|
||||
port: "6379"
|
||||
db: 0
|
||||
username: ""
|
||||
password: ""
|
||||
poolSize: 10
|
||||
minIdleConn: 5
|
||||
maxActiveConn: 10
|
||||
maxRetries: 30
|
||||
|
||||
Reference in New Issue
Block a user