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=