mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-20 00:39:01 +08:00
set mysql connection
This commit is contained in:
committed by
Xinwei Xiong(cubxxw-openim)
parent
ae86caf39e
commit
5709238c2b
+2
-2
@@ -16,9 +16,9 @@ mysql:
|
||||
dbMysqlDatabaseName: openIM_v2 #默认即可
|
||||
dbTableName: eMsg #默认即可
|
||||
dbMsgTableNum: 1
|
||||
dbMaxOpenConns: 200
|
||||
dbMaxOpenConns: 2000
|
||||
dbMaxIdleConns: 100
|
||||
dbMaxLifeTime: 120
|
||||
dbMaxLifeTime: 3600
|
||||
|
||||
mongo:
|
||||
dbUri: ""#当dbUri值不为空则直接使用该值
|
||||
|
||||
Reference in New Issue
Block a user