Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipinho committed Dec 12, 2024
1 parent 86bf68c commit 51519e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/self-hosting/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.<br/> **Format**: `redis://username:password@host:port/db-number` |

## Storage Configuration

Expand Down

0 comments on commit 51519e2

Please sign in to comment.