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
|
- .env
|
||||||
environment:
|
environment:
|
||||||
- NODE_ENV=production
|
- NODE_ENV=production
|
||||||
|
- DISABLE_DUPLICATE_CHECK=false
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- storage-data:/app/.storage
|
- storage-data:/app/.storage
|
||||||
|
Reference in New Issue
Block a user