From ed6c48667121a1386471496ce308d6e5ab5742b5 Mon Sep 17 00:00:00 2001 From: cwrw Date: Wed, 30 Aug 2023 14:26:30 +0100 Subject: [PATCH] Point NPQ reg app to aks instead of PaaS We are moving off PaaS, point dev NPQ to staging ECF (the new dev) --- .env.template | 2 +- config/manifests/dev-manifest.yml | 2 +- config/manifests/review-app-manifest.yml | 2 +- config/manifests/staging-manifest.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.template b/.env.template index a8c9a9e37b..24aa87ec3f 100644 --- a/.env.template +++ b/.env.template @@ -2,7 +2,7 @@ RAISE_ON_MISSING_TRANSLATIONS=false GOVUK_NOTIFY_API_KEY= -ECF_APP_BASE_URL="https://ecf-dev.london.cloudapps.digital" +ECF_APP_BASE_URL="https://cpd-ecf-staging-web.test.teacherservices.cloud" ECF_APP_BASE_URL="http://localhost:3001" ECF_APP_BEARER_TOKEN= diff --git a/config/manifests/dev-manifest.yml b/config/manifests/dev-manifest.yml index 67a2a30250..45929ad248 100644 --- a/config/manifests/dev-manifest.yml +++ b/config/manifests/dev-manifest.yml @@ -27,7 +27,7 @@ applications: GOVUK_NOTIFY_API_KEY: ((GOVUK_NOTIFY_API_KEY)) GOOGLE_TAG_MANAGER_ID: "GTM-N58Z5PG" GOOGLE_ANALYTICS_ID: "G-4QYNT5ZME8" - ECF_APP_BASE_URL: "https://ecf-dev.london.cloudapps.digital" + ECF_APP_BASE_URL: "https://cpd-ecf-staging-web.test.teacherservices.cloud" ECF_APP_BEARER_TOKEN: ((ECF_APP_BEARER_TOKEN)) SENTRY_DSN: ((SENTRY_DSN)) TRA_OIDC_DOMAIN: ((TRA_OIDC_DOMAIN)) diff --git a/config/manifests/review-app-manifest.yml b/config/manifests/review-app-manifest.yml index 3ac36b6c28..6f174d09c5 100644 --- a/config/manifests/review-app-manifest.yml +++ b/config/manifests/review-app-manifest.yml @@ -27,7 +27,7 @@ applications: GOVUK_NOTIFY_API_KEY: ((GOVUK_NOTIFY_API_KEY)) GOOGLE_TAG_MANAGER_ID: "GTM-N58Z5PG" GOOGLE_ANALYTICS_ID: "G-4QYNT5ZME8" - ECF_APP_BASE_URL: "https://ecf-dev.london.cloudapps.digital" + ECF_APP_BASE_URL: "https://cpd-ecf-staging-web.test.teacherservices.cloud" ECF_APP_BEARER_TOKEN: ((ECF_APP_BEARER_TOKEN)) SENTRY_DSN: ((SENTRY_DSN)) TRA_OIDC_DOMAIN: ((TRA_OIDC_DOMAIN)) diff --git a/config/manifests/staging-manifest.yml b/config/manifests/staging-manifest.yml index 37f12e5959..dfb1b0a239 100644 --- a/config/manifests/staging-manifest.yml +++ b/config/manifests/staging-manifest.yml @@ -27,6 +27,6 @@ applications: GOVUK_NOTIFY_API_KEY: ((GOVUK_NOTIFY_API_KEY)) GOOGLE_TAG_MANAGER_ID: "GTM-N58Z5PG" GOOGLE_ANALYTICS_ID: "G-G3823VRN6N" - ECF_APP_BASE_URL: "https://ecf-staging.london.cloudapps.digital" + ECF_APP_BASE_URL: "https://cpd-ecf-staging-web.test.teacherservices.cloud" ECF_APP_BEARER_TOKEN: ((ECF_APP_BEARER_TOKEN)) SENTRY_DSN: ((SENTRY_DSN))