mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
uncomment MAILER_DSN env for symfony/mailer (#1352)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"#1": "MAILER_DSN=null://null"
|
||||
"MAILER_DSN": "null://null"
|
||||
},
|
||||
"docker-compose": {
|
||||
"docker-compose.override.yml": {
|
||||
|
||||
Reference in New Issue
Block a user