docs: add environment variable for skipping login flow in development
Some checks failed
container-scan / Container Scan (pull_request) Successful in 1m54s
docker-build / docker (pull_request) Failing after 4m20s

This commit is contained in:
Maximilian Liebmann 2025-05-09 23:08:28 +02:00
parent d5195086ca
commit 84066b33f1

View file

@ -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):**