From 76212a8a2caacb3d7cb42e950c2b31fdeb756d5f Mon Sep 17 00:00:00 2001 From: Monet Lee Date: Wed, 18 Dec 2024 18:01:45 +0800 Subject: [PATCH] Update docs contents. --- deployments/Readme.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/deployments/Readme.md b/deployments/Readme.md index 4e0da5f1e..197927852 100644 --- a/deployments/Readme.md +++ b/deployments/Readme.md @@ -37,11 +37,6 @@ In `openim-config.yml`, you need modify the following configurations: - `database`: set to your mongodb database name.(Need have a created database.) - `authSource`: set to your mongodb authSource. (authSource is specify the database name associated with the user's credentials, user need create in this database.) -**share.yml** - -- `secret`: same to **OpenIM Chat** secret. -- `imAdminUserID`: default is `imAdmin`. - **kafka.yml** - `address`: set to your already kafka address or kafka Service name and port in your deployed. @@ -90,7 +85,7 @@ data: #### Minio: -Update the `minio-root-user` and `minio-root-password` value in `minio-secret.yml` to your MinIO access key and secret key encoded in base64. +Update the `minio-root-user` and `minio-root-password` value in `minio-secret.yml` to your MinIO accessKeyID and secretAccessKey encoded in base64. ```yaml apiVersion: v1