main
Some checks failed
UI Deploy (Next-Auth Support) 🎨 / build-and-deploy (push) Has been cancelled

This commit is contained in:
Harun CAN
2026-03-29 12:44:02 +03:00
parent fe9aff3fec
commit 45a540c530
26 changed files with 10706 additions and 86 deletions

15
.env Normal file
View 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=