docs: redis port requirement

This commit is contained in:
Sushant
2025-03-24 22:25:10 +05:30
committed by GitHub
parent 0c079e8819
commit e43acee5a9

View File

@@ -107,7 +107,7 @@ You can access the frontend at http://localhost:5173/ and backend at http://loca
| `AIRTABLE_REDIRECT_URI` | No | Redirect URI for handling Airtable OAuth responses. | Airtable login will not work. |
| `REDIS_HOST` | Yes | Host address of the Redis server, used by BullMQ for scheduling robots. | Redis connection will fail. |
| `REDIS_PORT` | Yes | Port number for the Redis server. | Redis connection will fail. |
| `REDIS_PASSWORD` | No | Password for Redis Authentication. | Needed to authenticate with a password-protected Redis instance; if not set, Redis will attempt to connect without authentication. |
| `REDIS_PASSWORD` | No | Password for Redis Authentication. Needed to authenticate with a password-protected Redis instance; | Needed to authenticate with a password-protected Redis instance; if not set, Redis will attempt to connect without authentication. |
| `MAXUN_TELEMETRY` | No | Disables telemetry to stop sending anonymous usage data. Keeping it enabled helps us understand how the product is used and assess the impact of any new changes. Please keep it enabled. | Telemetry data will not be collected. |