generated from fahricansecer/boilerplate-fe
Some checks failed
UI Deploy (Next-Auth Support) 🎨 / build-and-deploy (push) Failing after 2m44s
14 lines
296 B
Bash
14 lines
296 B
Bash
|
|
# NextAuth Configuration
|
|
NEXTAUTH_URL=http://localhost:3001
|
|
NEXTAUTH_SECRET=dev_secret_key_change_in_production
|
|
|
|
# Backend API URL
|
|
NEXT_PUBLIC_API_URL=http://localhost:3000/api
|
|
|
|
# Auth Mode
|
|
NEXT_PUBLIC_AUTH_REQUIRED=false
|
|
|
|
# Third Party Keys (Placeholders)
|
|
NEXT_PUBLIC_GOOGLE_API_KEY='test-key'
|