Skip to content

Commit 1349529

Browse files
committed
Remove MailHog variables from production environment file
This commit removes the MailHog-related environment variables from the .env.prod file since MailHog is intended for development use only. The email testing service is configured with the dev profile in docker-compose.yml and should not be running in production environments. This change ensures that production configurations remain clean and focused only on essential services. The development environment (.env.dev) still maintains these variables for local email testing purposes.
1 parent 4826f0c commit 1349529

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.env.prod

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,3 @@ PHPMYADMIN_PROFILE=none
4040
APP_WORKSPACE=default
4141
APP_DIR=app
4242
APP_PUBLIC_DIR=$(APP_DIR)/public
43-
44-
# MailHog configuration
45-
MAILHOG_SMTP_PORT=1025
46-
MAILHOG_UI_PORT=8025
47-
MAILHOG_STORAGE=memory
48-
MAILHOG_HOSTNAME=mailhog
49-
MAILHOG_CORS_ORIGIN=*

0 commit comments

Comments
 (0)