Skip to content

Commit

Permalink
Use "resolve" processor for MAILER_DSN env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
leonboot authored Feb 16, 2024
1 parent a9a2bc1 commit ac3cbbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symfony/mailer/4.3/config/packages/mailer.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
framework:
mailer:
dsn: '%env(MAILER_DSN)%'
dsn: '%env(resolve:MAILER_DSN)%'

0 comments on commit ac3cbbc

Please sign in to comment.