writinwaters
commited on
Commit
·
8069189
1
Parent(s):
e5a1268
Removed obsolete instructions (#3785)
Browse files### What problem does this PR solve?
### Type of change
- [x] Documentation Update
- docs/configurations.md +3 -3
docs/configurations.md
CHANGED
@@ -149,15 +149,15 @@ If you cannot download the RAGFlow Docker image, try the following mirrors.
|
|
149 |
|
150 |
- `name`: The MySQL database name. Defaults to `rag_flow`.
|
151 |
- `user`: The username for MySQL.
|
152 |
-
- `password`: The password for MySQL.
|
153 |
- `port`: The MySQL serving port inside the Docker container. Defaults to `3306`.
|
154 |
- `max_connections`: The maximum number of concurrent connections to the MySQL database. Defaults to `100`.
|
155 |
- `stale_timeout`: Timeout in seconds.
|
156 |
|
157 |
### `minio`
|
158 |
|
159 |
-
- `user`: The username for MinIO.
|
160 |
-
- `password`: The password for MinIO.
|
161 |
- `host`: The MinIO serving IP *and* port inside the Docker container. Defaults to `minio:9000`.
|
162 |
|
163 |
### `oauth`
|
|
|
149 |
|
150 |
- `name`: The MySQL database name. Defaults to `rag_flow`.
|
151 |
- `user`: The username for MySQL.
|
152 |
+
- `password`: The password for MySQL.
|
153 |
- `port`: The MySQL serving port inside the Docker container. Defaults to `3306`.
|
154 |
- `max_connections`: The maximum number of concurrent connections to the MySQL database. Defaults to `100`.
|
155 |
- `stale_timeout`: Timeout in seconds.
|
156 |
|
157 |
### `minio`
|
158 |
|
159 |
+
- `user`: The username for MinIO.
|
160 |
+
- `password`: The password for MinIO.
|
161 |
- `host`: The MinIO serving IP *and* port inside the Docker container. Defaults to `minio:9000`.
|
162 |
|
163 |
### `oauth`
|