From ce081afbbbd1a6d97803e8b5dc0276529f94fcd1 Mon Sep 17 00:00:00 2001 From: Rub21 Date: Thu, 12 Oct 2023 19:44:19 -0300 Subject: [PATCH] Update SMTP domain name for web API - staging --- values.staging.template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.staging.template.yaml b/values.staging.template.yaml index f4edca7a..b8b09e4e 100644 --- a/values.staging.template.yaml +++ b/values.staging.template.yaml @@ -106,7 +106,7 @@ osm-seed: service.beta.kubernetes.io/aws-load-balancer-connection-idle-timeout: "300" env: MAILER_ADDRESS: {{MAILER_ADDRESS}} - MAILER_DOMAIN: staging.openhistoricalmap.org + MAILER_DOMAIN: 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