Commit 1349529
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
1 file changed
+0
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
0 commit comments