refactor: 移除 Redis GMQ 配置,改用统一配置注册

This commit is contained in:
2026-04-11 18:36:17 +08:00
parent 69a50a4d0e
commit 92583fc133
5 changed files with 30 additions and 17 deletions

View File

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