Skip to content

Commit

Permalink
Update SMTP domain name for web API
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Oct 12, 2023
1 parent bf37e9f commit e7c77b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion values.production.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ osm-seed:
label_value: web
env:
MAILER_ADDRESS: {{MAILER_ADDRESS}}
MAILER_DOMAIN: {{MAILER_DOMAIN}}
MAILER_DOMAIN: openhistoricalmap.org
MAILER_USERNAME: {{MAILER_USERNAME}}
MAILER_PASSWORD: {{MAILER_PASSWORD}}
OSM_id_key: {{PRODUCTION_ID_APPLICATION}}
Expand Down
2 changes: 1 addition & 1 deletion values.staging.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ osm-seed:
service.beta.kubernetes.io/aws-load-balancer-connection-idle-timeout: "300"
env:
MAILER_ADDRESS: {{MAILER_ADDRESS}}
MAILER_DOMAIN: {{MAILER_DOMAIN}}
MAILER_DOMAIN: staging.openhistoricalmap.org
MAILER_USERNAME: {{MAILER_USERNAME}}
MAILER_PASSWORD: {{MAILER_PASSWORD}}
OSM_id_key: {{STAGING_ID_APPLICATION}} #FIXME we should use id_application to be consistent
Expand Down

0 comments on commit e7c77b7

Please sign in to comment.