From 2d41b0ff4f452e80ee620456561d5dfdcdf1ef0f Mon Sep 17 00:00:00 2001 From: away <1819625428@qq.com> Date: Mon, 28 Jun 2021 16:10:07 +0800 Subject: [PATCH] config update --- config/config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.yaml b/config/config.yaml index 3423413e1..ad83ff12e 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -22,7 +22,7 @@ mongo: dbAddress: [ 127.0.0.1:27017 ] dbDirect: false dbTimeout: 10 - dbDatabase: [ openIM ] + dbDatabase: openIM dbSource: admin dbUserName: dbPassword: @@ -30,7 +30,7 @@ mongo: dbRetainChatRecords: 7 redis: - dbAddress: [ 127.0.0.1:6379 ] + dbAddress: 127.0.0.1:6379 dbMaxIdle: 128 dbMaxActive: 0 dbIdleTimeout: 120