Skip to content

Commit 51519e2

Browse files
committed
update
1 parent 86bf68c commit 51519e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/self-hosting/environment-variables.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ To configure your application, set the following environment variables. These va
2323

2424
## Redis Configuration
2525

26-
| Variable | Example | Description |
27-
| ----------- | ------------------------ | ----------------------------------------- |
28-
| `REDIS_URL` | `redis://127.0.0.1:6379` | The connection URL for your Redis server. |
26+
| Variable | Example | Description |
27+
| ----------- | ------------------------ |---------------------------------------------------------|
28+
| `REDIS_URL` | `redis://127.0.0.1:6379` | The connection URL for your Redis server.<br/> **Format**: `redis://username:password@host:port/db-number` |
2929

3030
## Storage Configuration
3131

0 commit comments

Comments
 (0)