This commit is contained in:
wangchuxiao
2022-04-15 18:16:28 +08:00
parent 9976b8132f
commit 27cba5ba31
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -25,8 +25,8 @@ mongo:
dbTimeout: 10
dbDatabase: openIM #mongo db 默认即可
dbSource: admin
dbUserName: #mongo用户名,建议先不设置
dbPassword: #mongo密码,建议先不设置
dbUserName: "openIM" #mongo用户名,建议先不设置
dbPassword: "123456" #mongo密码,建议先不设置
dbMaxPoolSize: 20
dbRetainChatRecords: 3650 #mongo保存离线消息时间(天),根据需求修改