Add explicit DISABLE_DUPLICATE_CHECK=false to production config
- Ensure consistent environment variable handling between dev and prod - Explicitly disable duplicate check bypass in production environment - Maintain security by preventing multiple bookings per email in production
This commit is contained in:
@@ -10,6 +10,7 @@ services:
|
||||
- .env
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- DISABLE_DUPLICATE_CHECK=false
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- storage-data:/app/.storage
|
||||
|
Reference in New Issue
Block a user