- Add reCAPTCHA v2 to registration form - Add reset-password page for password recovery - Fix forgot-password to call real API - Sort employee pending tickets (most recent first) - Update contest dates (validation: Dec 1-31, recovery: Dec 1 - Jan 31) - Update draw date to Feb 1, 2026 - Improve GamePeriod and GrandPrize components design 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
20 lines
583 B
Plaintext
20 lines
583 B
Plaintext
# Environment Configuration - DEV
|
|
NODE_ENV=production
|
|
|
|
# API Backend URL
|
|
NEXT_PUBLIC_API_URL=https://api.dev.dsp5-archi-o24a-15m-g3.fr/api
|
|
|
|
# Frontend URL
|
|
NEXT_PUBLIC_FRONTEND_URL=https://dev.dsp5-archi-o24a-15m-g3.fr
|
|
|
|
# NextAuth Configuration
|
|
NEXTAUTH_URL=https://dev.dsp5-archi-o24a-15m-g3.fr
|
|
NEXTAUTH_SECRET=dev-secret-key-change-in-production
|
|
|
|
# OAuth Providers
|
|
NEXT_PUBLIC_GOOGLE_CLIENT_ID=546665126481-itnlvt22hjn6t0bbgua0aj55h6dpplsk.apps.googleusercontent.com
|
|
NEXT_PUBLIC_FACEBOOK_APP_ID=836681122652445
|
|
|
|
# reCAPTCHA v2
|
|
NEXT_PUBLIC_RECAPTCHA_SITE_KEY=YOUR_RECAPTCHA_SITE_KEY
|