Skip to content

Commit

Permalink
update mongo config.
Browse files Browse the repository at this point in the history
  • Loading branch information
mo3et committed Sep 25, 2024
1 parent ac071ae commit a4c3468
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/mongodb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ uri:
# List of MongoDB server addresses
address: [ localhost:37017 ]
# Name of the database
database: openIM_v3
database: openim_v3
# Username for database authentication
username: openIM
# Password for database authentication
password: openIM123456
password: openIM123
# Maximum number of connections in the connection pool
maxPoolSize: 100
# Maximum number of retry attempts for a failed database connection
Expand Down

0 comments on commit a4c3468

Please sign in to comment.