docs: add environment variable for skipping login flow in development
This commit is contained in:
parent
d5195086ca
commit
84066b33f1
1 changed files with 4 additions and 0 deletions
|
@ -94,6 +94,10 @@ This project is built with a modern tech stack:
|
||||||
|
|
||||||
# Base URL of your application
|
# Base URL of your application
|
||||||
NEXT_PUBLIC_APP_URL="http://localhost:3000"
|
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):**
|
4. **Apply database migrations (Prisma):**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue