fully working when deployed

This commit is contained in:
2025-09-28 18:47:31 +01:00
parent 38ee5a8886
commit d4aa460f91
9 changed files with 303 additions and 81 deletions
+22
View File
@@ -0,0 +1,22 @@
# Required Environment Variables for TT Booking
# Generate with: openssl rand -base64 32
NEXTAUTH_SECRET=your-secret-key-here
# Your application URL
NEXTAUTH_URL=http://localhost:3000
# Admin user credentials (change these!)
ADMIN_EMAIL=admin@your-domain.com
ADMIN_PASSWORD=your-secure-password
# Optional: Email configuration for notifications
EMAIL_USER=your-email@gmail.com
EMAIL_PASSWORD=your-gmail-app-password
# Optional: Rate limiting (defaults shown)
RATE_LIMIT_MAX=100
RATE_LIMIT_WINDOW=900000
# Optional: Logging
LOG_LEVEL=info