Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ NEXTAUTH_URL=http://localhost:3000
# Must not have a trailing slash.
# NEXT_PUBLIC_APP_URL=https://devtrack-delta.vercel.app

# -------------------------------------------------------
# CSRF protection — allowed origins for state-changing API requests
# (optional — NEXTAUTH_URL is always included automatically)
# Comma-separated list of additional origins permitted to make authenticated
# mutations. Add preview / staging deployments here.
# Example: ALLOWED_ORIGINS=https://staging.devtrack.app,https://preview.devtrack.app
# ALLOWED_ORIGINS=

# Generate with: openssl rand -base64 32
NEXTAUTH_SECRET=your_nextauth_secret

Expand Down
Loading
Loading