generated from fahricansecer/boilerplate-fe
main
Some checks failed
UI Deploy (Next-Auth Support) 🎨 / build-and-deploy (push) Has been cancelled
Some checks failed
UI Deploy (Next-Auth Support) 🎨 / build-and-deploy (push) Has been cancelled
This commit is contained in:
15
.env
Normal file
15
.env
Normal file
@@ -0,0 +1,15 @@
|
||||
# NextAuth Configuration
|
||||
NEXTAUTH_URL=http://localhost:3001
|
||||
NEXTAUTH_SECRET=local-dev-secret-key-contgen-ai-2026
|
||||
|
||||
# Backend API URL
|
||||
NEXT_PUBLIC_API_URL=http://localhost:3000/api
|
||||
|
||||
# Auth Mode: true = login required, false = public access
|
||||
NEXT_PUBLIC_AUTH_REQUIRED=false
|
||||
|
||||
# Mock Mode: true = skip backend auth, use local mock
|
||||
NEXT_PUBLIC_ENABLE_MOCK_MODE=true
|
||||
|
||||
# Google API (optional)
|
||||
NEXT_PUBLIC_GOOGLE_API_KEY=
|
||||
Reference in New Issue
Block a user