Skip to content

Commit

Permalink
Merge pull request #1071 from kbond/mailer-test
Browse files Browse the repository at this point in the history
[symfony/mailer] use `null://null` for `MAILER_DSN`
  • Loading branch information
fabpot authored Apr 3, 2022
2 parents 7d43cf1 + e58d3d7 commit c88ce96
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=smtp://localhost"
"#1": "MAILER_DSN=null://null"
},
"docker-compose": {
"docker-compose.override.yml": {
Expand Down

0 comments on commit c88ce96

Please sign in to comment.