Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit 8e9def0

Browse files
authored
docs: Add redis URI in .env [skip ci]
1 parent 05cc5d4 commit 8e9def0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ The Database Playground is a platform designed to enhance your SQL skills throug
4141
3. Add the following environment variables to the application:
4242
```env
4343
DATABASE_URL=postgresql://${POSTGRES_USERNAME}:${POSTGRES_PASSWORD}@postgresql.zeabur.internal:5432/${POSTGRES_DATABASE}?serverVersion=16&charset=utf8
44+
REDIS_URI=${REDIS_CONNECTION_STRING}
4445
SERVER_NAME=:${PORT}
4546
APP_SECRET=${PASSWORD}
4647
MEILISEARCH_URL=http://meilisearch.zeabur.internal:7700

0 commit comments

Comments
 (0)