Skip to content

Commit

Permalink
Point NPQ reg app to aks instead of PaaS
Browse files Browse the repository at this point in the history
We are moving off PaaS, point dev NPQ to staging ECF (the new dev)
  • Loading branch information
cwrw committed Aug 30, 2023
1 parent b0e6f4c commit ed6c486
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -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=

Expand Down
2 changes: 1 addition & 1 deletion config/manifests/dev-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion config/manifests/review-app-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion config/manifests/staging-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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))

0 comments on commit ed6c486

Please sign in to comment.