Skip to content

Commit

Permalink
Merge pull request #1272 from younginnovations/1240-mail-configuratio…
Browse files Browse the repository at this point in the history
…n-update

Reviewed : 1240-mail-configurations-updated
  • Loading branch information
sriza authored Jul 17, 2023
2 parents a58c624 + a877304 commit c3a2679
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 47 deletions.
2 changes: 1 addition & 1 deletion packages/development/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ data:
MAIL_HOST: "email-smtp.us-east-1.amazonaws.com"
MAIL_PORT: "587"
MAIL_ENCRYPTION: "tls"
MAIL_FROM_ADDRESS: "[email protected]"
MAIL_FROM_ADDRESS: "[email protected]"
MAIL_FROM_NAME: "IATI Publisher Dev"

IATI_VALIDATOR_ENDPOINT: "https://api.iatistandard.org/validator/validate"
Expand Down
32 changes: 16 additions & 16 deletions packages/development/sealed-secret.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/production/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ data:
MAIL_HOST: "email-smtp.us-east-1.amazonaws.com"
MAIL_PORT: "587"
MAIL_ENCRYPTION: "tls"
MAIL_FROM_ADDRESS: "[email protected]"
MAIL_FROM_ADDRESS: "[email protected]"
MAIL_FROM_NAME: "IATI Publisher"

IATI_VALIDATOR_ENDPOINT: "https://api.iatistandard.org/validator/validate"
Expand Down
26 changes: 13 additions & 13 deletions packages/production/sealed-secret.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/staging/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ data:
MAIL_HOST: "email-smtp.us-east-1.amazonaws.com"
MAIL_PORT: "587"
MAIL_ENCRYPTION: "tls"
MAIL_FROM_ADDRESS: "[email protected]"
MAIL_FROM_ADDRESS: "[email protected]"
MAIL_FROM_NAME: "IATI Publisher Dev"

IATI_VALIDATOR_ENDPOINT: "https://api.iatistandard.org/validator/validate"
Expand Down
Loading

0 comments on commit c3a2679

Please sign in to comment.