Update Environment Variables in .env.docker

- Removed the `BROADCAST_CONNECTION` and `SESSION_LIFETIME` variables from the `.env.docker` file, streamlining the environment configuration for better clarity and relevance.
- Retained essential Redis configurations for caching and session management, ensuring that the application maintains its performance and functionality.

This change aims to simplify the environment setup by eliminating unnecessary variables that are no longer needed.
This commit is contained in:
Julien Nahum 2025-05-22 11:48:58 +02:00
parent 1628c445d2
commit 3200253163
1 changed files with 0 additions and 4 deletions

View File

@ -12,14 +12,10 @@ LOG_LEVEL=debug
FILESYSTEM_DRIVER=local
LOCAL_FILESYSTEM_VISIBILITY=public
BROADCAST_CONNECTION=log
CACHE_STORE=redis
CACHE_DRIVER=redis
QUEUE_CONNECTION=redis
SESSION_DRIVER=redis
SESSION_LIFETIME=120
MAIL_MAILER=log
MAIL_HOST=