From 84066b33f10abff8468012d8a0bec7e9255965a4 Mon Sep 17 00:00:00 2001 From: Maximilian Liebmann Date: Fri, 9 May 2025 23:08:28 +0200 Subject: [PATCH] docs: add environment variable for skipping login flow in development --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1d4b270..ee2caea 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,10 @@ This project is built with a modern tech stack: # Base URL of your application NEXT_PUBLIC_APP_URL="http://localhost:3000" + + # Development: Skip login flow (set to "true" to bypass authentication) + # Ensure this is NOT set to "true" in production. + MEETUP_SKIP_LOGIN="false" ``` 4. **Apply database migrations (Prisma):**