mirror of
https://github.com/symfony/recipes.git
synced 2026-09-16 01:26:25 +03:00
Merge pull request #1071 from kbond/mailer-test
[symfony/mailer] use `null://null` for `MAILER_DSN`
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"#1": "MAILER_DSN=smtp://localhost"
|
||||
"#1": "MAILER_DSN=null://null"
|
||||
},
|
||||
"docker-compose": {
|
||||
"docker-compose.override.yml": {
|
||||
|
||||
Reference in New Issue
Block a user