config update

This commit is contained in:
Gordon
2022-07-11 10:50:08 +08:00
parent 7ccb1b6a6f
commit ca72d4840a
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ mongo:
dbRetainChatRecords: 3650 #mongo保存离线消息时间根据需求修改
redis:
dbAddress: [ r-2ze64lhldowxosta2dpd.redis.rds.aliyuncs.com:6379 ] #redis地址 单机时填写一个地址即可使用redis集群时候填写集群中多个节点地址主从地址都可以填写增加容灾能力默认即可
dbAddress: [ 127.0.0.1:6379 ] #redis地址 单机时填写一个地址即可使用redis集群时候填写集群中多个节点地址主从地址都可以填写增加容灾能力默认即可
dbMaxIdle: 128
dbMaxActive: 0
dbIdleTimeout: 120