mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-03 10:52:33 +08:00
Update openim.yaml
This commit is contained in:
parent
aa64fcc272
commit
12d61d37c5
@ -53,8 +53,8 @@ mongo:
|
|||||||
# Maximum connection pool size
|
# Maximum connection pool size
|
||||||
address: [ ${MONGO_ADDRESS}:${MONGO_PORT} ]
|
address: [ ${MONGO_ADDRESS}:${MONGO_PORT} ]
|
||||||
database: ${MONGO_DATABASE}
|
database: ${MONGO_DATABASE}
|
||||||
username: ${MONGO_USERNAME}
|
username: ${MONGO_OPENIM_USERNAME}
|
||||||
password: ${MONGO_PASSWORD}
|
password: ${MONGO_OPENIM_PASSWORD}
|
||||||
maxPoolSize: ${MONGO_MAX_POOL_SIZE}
|
maxPoolSize: ${MONGO_MAX_POOL_SIZE}
|
||||||
|
|
||||||
###################### Redis configuration information ######################
|
###################### Redis configuration information ######################
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user