From a7efd3cac54e82923f378bca1dfac6cf99694185 Mon Sep 17 00:00:00 2001 From: writinwaters <93570324+writinwaters@users.noreply.github.com> Date: Mon, 2 Dec 2024 10:51:48 +0800 Subject: [PATCH] Removed obsolete instructions (#3785) ### What problem does this PR solve? ### Type of change - [x] Documentation Update --- docs/configurations.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/configurations.md b/docs/configurations.md index e94f846b5..1ccb0d74b 100644 --- a/docs/configurations.md +++ b/docs/configurations.md @@ -149,15 +149,15 @@ If you cannot download the RAGFlow Docker image, try the following mirrors. - `name`: The MySQL database name. Defaults to `rag_flow`. - `user`: The username for MySQL. -- `password`: The password for MySQL. When updated, you must revise the `MYSQL_PASSWORD` variable in [.env](https://github.com/infiniflow/ragflow/blob/main/docker/.env) accordingly. +- `password`: The password for MySQL. - `port`: The MySQL serving port inside the Docker container. Defaults to `3306`. - `max_connections`: The maximum number of concurrent connections to the MySQL database. Defaults to `100`. - `stale_timeout`: Timeout in seconds. ### `minio` -- `user`: The username for MinIO. When updated, you must revise the `MINIO_USER` variable in [.env](https://github.com/infiniflow/ragflow/blob/main/docker/.env) accordingly. -- `password`: The password for MinIO. When updated, you must revise the `MINIO_PASSWORD` variable in [.env](https://github.com/infiniflow/ragflow/blob/main/docker/.env) accordingly. +- `user`: The username for MinIO. +- `password`: The password for MinIO. - `host`: The MinIO serving IP *and* port inside the Docker container. Defaults to `minio:9000`. ### `oauth`