diff --git a/.env.example b/.env.example index d31fb2f..668e3af 100644 --- a/.env.example +++ b/.env.example @@ -7,8 +7,10 @@ ENVIRONMENT=development # Postgres URL DATABASE_URL=postgresql://user:password@127.0.0.1:5432/my-db +# Redis URL (for caching) REDIS_URL=redis://user:password@127.0.0.1:6379 +# Redis URL (for queue) QUEUE_REDIS_HOST=127.0.0.1 QUEUE_REDIS_PORT=6380