This commit is contained in:
2026-01-30 15:23:59 +03:00
parent 95a700aec9
commit 4040988e75
19 changed files with 648 additions and 1085 deletions

12
.env Normal file
View File

@@ -0,0 +1,12 @@
# NextAuth Configuration
# Generate a secret with: openssl rand -base64 32
NEXTAUTH_URL=http://localhost:3001
NEXTAUTH_SECRET=your-secret-key-here
# Backend API URL
NEXT_PUBLIC_API_URL=http://localhost:3000/api
# Auth Mode: true = login required, false = public access with optional login
NEXT_PUBLIC_AUTH_REQUIRED=false
NEXT_PUBLIC_GOOGLE_API_KEY='api-key'