From fd8dec0f89ea6f9166c2613dc939b6226ddcc2f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bla=C5=BE=20Dular?= <22869613+xBlaz3kx@users.noreply.github.com> Date: Mon, 17 Nov 2025 18:56:30 +0100 Subject: [PATCH] docs: add missing redis url variable in example env file (#348) --- .env.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.example b/.env.example index 1d372e3e9..14db14ce1 100644 --- a/.env.example +++ b/.env.example @@ -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=