mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-10-27 22:12:15 +08:00
refactor: update database name in mongodb.yml
This commit is contained in:
parent
6b3a653e8f
commit
c39d9d3e7b
@ -3,11 +3,11 @@ uri:
|
|||||||
# List of MongoDB server addresses
|
# List of MongoDB server addresses
|
||||||
address: [ localhost:37017 ]
|
address: [ localhost:37017 ]
|
||||||
# Name of the database
|
# Name of the database
|
||||||
database: openIM_v3
|
database: openim_v3
|
||||||
# Username for database authentication
|
# Username for database authentication
|
||||||
username: openIM
|
username: openIM
|
||||||
# Password for database authentication
|
# Password for database authentication
|
||||||
password: openIM123456
|
password: openIM123
|
||||||
# Maximum number of connections in the connection pool
|
# Maximum number of connections in the connection pool
|
||||||
maxPoolSize: 100
|
maxPoolSize: 100
|
||||||
# Maximum number of retry attempts for a failed database connection
|
# Maximum number of retry attempts for a failed database connection
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user