From 6e3266ea045e07784bfece857f54b6827af8025d Mon Sep 17 00:00:00 2001 From: Karishma Shukla Date: Wed, 4 Dec 2024 21:03:37 +0530 Subject: [PATCH] docs: add MINIO_CONSOLE_PORT --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f7b5977b..fb2c4845 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ You can access the frontend at http://localhost:5173/ and backend at http://loca | `ENCRYPTION_KEY` | Yes | Key used for encrypting sensitive data (proxies, passwords). | Encryption functionality will not work. | | `MINIO_ENDPOINT` | Yes | Endpoint URL for MinIO, to store Robot Run Screenshots. | Connection to MinIO storage will fail. | | `MINIO_PORT` | Yes | Port number for MinIO service. | Connection to MinIO storage will fail. | +| `MINIO_CONSOLE_PORT` | No | Port number for MinIO WebUI service. Needed for Docker setup. | Cannot access MinIO Web UI. | | `MINIO_ACCESS_KEY` | Yes | Access key for authenticating with MinIO. | MinIO authentication will fail. | | `GOOGLE_CLIENT_ID` | No | Client ID for Google OAuth, used for Google Sheet integration authentication. | Google login will not work. | | `GOOGLE_CLIENT_SECRET`| No | Client Secret for Google OAuth. | Google login will not work. |