Skip to content

Commit

Permalink
uncomment MAILER_DSN env for symfony/mailer (#1352)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbond authored Nov 1, 2024
1 parent dae5cee commit cc3c2b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symfony/mailer/4.3/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"config/": "%CONFIG_DIR%/"
},
"env": {
"#1": "MAILER_DSN=null://null"
"MAILER_DSN": "null://null"
},
"docker-compose": {
"docker-compose.override.yml": {
Expand Down

0 comments on commit cc3c2b1

Please sign in to comment.