Skip to content

Commit

Permalink
expect mailer DSN
Browse files Browse the repository at this point in the history
  • Loading branch information
indivisualvj committed Jun 18, 2024
1 parent 324541f commit 72cff34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Here is an example file
defaults:
env: # define all your env vars that should used in your .env.local
APP_ENV: dev
MAILER_URL: smtp://user:password@host.tld
MAILER_DSN: smtp://user:password@host.tld
MAILER_FROM: "no-reply@host.tld"
MAILER_TO: "me@host.tld"
MAILER_NAME: "enhavo"
Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures/configuration/expect-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
defaults:
env:
MAILER_URL: 'mailer:something'
MAILER_DSN: 'mailer:something'
MAILER_FROM: no-reply@pan.com
MAILER_TO: info@pan.com
MAILER_DELIVERY_ADDRESS: dev@pan.com
Expand Down

0 comments on commit 72cff34

Please sign in to comment.