Merge pull request #2280 from automatisch/redis-db-docs

docs: Add REDIS_DB env variable to configuration
This commit is contained in:
Ömer Faruk Aydın
2025-01-14 11:47:35 +01:00
committed by GitHub

View File

@@ -35,6 +35,7 @@ Please be careful with the `ENCRYPTION_KEY` and `WEBHOOK_SECRET_KEY` environment
| `APP_SECRET_KEY` | string | | Secret Key to authenticate the user |
| `REDIS_HOST` | string | `redis` | Redis Host |
| `REDIS_PORT` | number | `6379` | Redis Port |
| `REDIS_DB` | number | | Redis Database |
| `REDIS_USERNAME` | string | | Redis Username |
| `REDIS_PASSWORD` | string | | Redis Password |
| `REDIS_TLS` | boolean | `false` | Redis TLS |