Skip to content

Commit c88ce96

Browse files
authored
Merge pull request #1071 from kbond/mailer-test
[symfony/mailer] use `null://null` for `MAILER_DSN`
2 parents 7d43cf1 + e58d3d7 commit c88ce96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symfony/mailer/4.3/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"config/": "%CONFIG_DIR%/"
44
},
55
"env": {
6-
"#1": "MAILER_DSN=smtp://localhost"
6+
"#1": "MAILER_DSN=null://null"
77
},
88
"docker-compose": {
99
"docker-compose.override.yml": {

0 commit comments

Comments
 (0)