From c39d9d3e7b93189cbfc0e38ac27e44ff97f9c4f2 Mon Sep 17 00:00:00 2001 From: Monet Lee Date: Thu, 19 Sep 2024 11:47:56 +0800 Subject: [PATCH] refactor: update database name in mongodb.yml --- config/mongodb.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/mongodb.yml b/config/mongodb.yml index 941989d8e..78f85992c 100644 --- a/config/mongodb.yml +++ b/config/mongodb.yml @@ -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