b820b69ce6
Co-authored-by: Cursor <cursoragent@cursor.com>
11 lines
187 B
Bash
11 lines
187 B
Bash
# Copy to .env.local and fill in. Do not commit real values.
|
|
|
|
# App
|
|
NEXT_PUBLIC_APP_URL=http://localhost:3000
|
|
|
|
# Database (when added)
|
|
# DATABASE_URL=
|
|
|
|
# Auth (when added)
|
|
# AUTH_SECRET=
|