From bf37e9f49fe0ef11a38ae6db8d7fbb6517b595ce Mon Sep 17 00:00:00 2001 From: Rub21 Date: Thu, 12 Oct 2023 19:28:10 -0300 Subject: [PATCH] Update staging url names for TM --- values.staging.template.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/values.staging.template.yaml b/values.staging.template.yaml index 5db02912..4090cbda 100644 --- a/values.staging.template.yaml +++ b/values.staging.template.yaml @@ -503,13 +503,13 @@ osm-seed: TM_ORG_NAME: 'OpenHistoricalMap' TM_ORG_CODE: 'OHM' TM_ORG_URL: 'openhistoricalmap.org' - TM_ORG_PRIVACY_POLICY_URL: 'openhistoricalmap.org/copyright' + TM_ORG_PRIVACY_POLICY_URL: 'staging.openhistoricalmap.org/copyright' TM_ORG_GITHUB: 'github.com/openhistoricalmap' OSM_SERVER_URL: 'https://staging.openhistoricalmap.org' OSM_NOMINATIM_SERVER_URL: 'https://nominatim-api-staging.openhistoricalmap.org' OSM_REGISTER_URL: 'https://staging.openhistoricalmap.org/user/new' - ID_EDITOR_URL: 'https://openhistoricalmap.org/edit?editor=id' - POTLATCH2_EDITOR_URL: 'https://openhistoricalmap.org/edit?editor=potlatch2' + ID_EDITOR_URL: 'https://staging.openhistoricalmap.org/edit?editor=id' + POTLATCH2_EDITOR_URL: 'https://staging.openhistoricalmap.org/edit?editor=potlatch2' TM_SECRET: {{STAGING_TM_API_SECRET}} TM_CONSUMER_KEY: {{STAGING_TM_API_CONSUMER_KEY}} TM_CONSUMER_SECRET: {{STAGING_TM_API_CONSUMER_SECRET}}