Merge pull request #1071 from kbond/mailer-test

[symfony/mailer] use `null://null` for `MAILER_DSN`
This commit is contained in:
Fabien Potencier
2022-04-03 19:35:16 +02:00
committed by GitHub
+1 -1
View File
@@ -3,7 +3,7 @@
"config/": "%CONFIG_DIR%/"
},
"env": {
"#1": "MAILER_DSN=smtp://localhost"
"#1": "MAILER_DSN=null://null"
},
"docker-compose": {
"docker-compose.override.yml": {