From 51519e267a74c670e4a71a2bf80ba9cc5012f73e Mon Sep 17 00:00:00 2001 From: Philipinho <16838612+Philipinho@users.noreply.github.com> Date: Thu, 12 Dec 2024 00:14:07 +0000 Subject: [PATCH] update --- docs/self-hosting/environment-variables.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/self-hosting/environment-variables.md b/docs/self-hosting/environment-variables.md index fa77bd4..ee8d6cd 100644 --- a/docs/self-hosting/environment-variables.md +++ b/docs/self-hosting/environment-variables.md @@ -23,9 +23,9 @@ To configure your application, set the following environment variables. These va ## Redis Configuration -| Variable | Example | Description | -| ----------- | ------------------------ | ----------------------------------------- | -| `REDIS_URL` | `redis://127.0.0.1:6379` | The connection URL for your Redis server. | +| Variable | Example | Description | +| ----------- | ------------------------ |---------------------------------------------------------| +| `REDIS_URL` | `redis://127.0.0.1:6379` | The connection URL for your Redis server.
**Format**: `redis://username:password@host:port/db-number` | ## Storage Configuration