docs: add missing redis url variable in example env file (#348)

This commit is contained in:
Blaž Dular
2025-11-17 18:56:30 +01:00
committed by GitHub
parent dc1db38517
commit fd8dec0f89

View File

@@ -66,6 +66,9 @@ DB_PORT=5432
POSTGRES_PASSWORD=postgres
POSTGRES_USER=postgres
# Redis configuration
REDIS_URL=redis://localhost:6379/1
# App Domain
# This is the domain that your Sure instance will be hosted at. It is used to generate links in emails and other places.
APP_DOMAIN=