优化配置文件

This commit is contained in:
2026-04-25 05:28:42 +08:00
parent 830cd57f41
commit 01a3d9a3d9

View File

@@ -10,4 +10,12 @@ spring:
# 密码
password: ${RABBITMQ_PASSWORD:123456}
# 虚拟主机
virtual-host: ${RABBITMQ_VIRTUAL_HOST:xtools-app}
virtual-host: ${RABBITMQ_VIRTUAL_HOST:xtools-app}
# 缓存设置
cache:
# 通道缓存
channel:
# 通道缓存大小
size: 100
# 缓存检查间隔
checkout-timeout: 10000