Skip to content

Commit 4dcc02f

Browse files
committed
Update TM_EMAIL_CONTACT_ADDRESS for TM
1 parent d4c4562 commit 4dcc02f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

values.production.template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,7 @@ osm-seed:
813813
POTLATCH2_EDITOR_URL: https://www.openhistoricalmap.org/edit?editor=potlatch2
814814
TM_SECRET: {{PRODUCTION_TM_API_SECRET}}
815815
TM_EMAIL_FROM_ADDRESS: [email protected]
816-
TM_EMAIL_CONTACT_ADDRESS: admin@openhistoricalmap.org
816+
TM_EMAIL_CONTACT_ADDRESS: dev@openhistoricalmap.org
817817
TM_SMTP_HOST: email-smtp.us-east-1.amazonaws.com
818818
TM_SMTP_PORT: 25
819819
TM_SMTP_USER: {{MAILER_USERNAME}}

values.staging.template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,6 +733,7 @@ osm-seed:
733733
POTLATCH2_EDITOR_URL: https://staging.openhistoricalmap.org/edit?editor=potlatch2
734734
TM_SECRET: {{STAGING_TM_API_SECRET}}
735735
TM_EMAIL_FROM_ADDRESS: [email protected]
736+
TM_EMAIL_CONTACT_ADDRESS: [email protected]
736737
TM_SMTP_HOST: email-smtp.us-east-1.amazonaws.com
737738
TM_SMTP_PORT: 25
738739
TM_SMTP_USER: {{MAILER_USERNAME}}
@@ -750,7 +751,6 @@ osm-seed:
750751
TM_REDIRECT_URI: https://tasks.staging.openhistoricalmap.org/authorized
751752
TM_SCOPE: 'read_prefs write_api'
752753
# Add extra info
753-
TM_EMAIL_CONTACT_ADDRESS: [email protected]
754754
TM_ORG_FB: https://www.facebook.com/openhistoricalmap
755755
TM_ORG_INSTAGRAM: https://www.openhistoricalmap.org
756756
TM_ORG_TWITTER: https://x.com/OpenHistoricalMap

0 commit comments

Comments
 (0)