Skip to content

Commit

Permalink
Merge pull request #866 from DFE-Digital/change-ecf-app-to-ask
Browse files Browse the repository at this point in the history
Point NPQ reg app to ECF AKS instead of PaaS
  • Loading branch information
cwrw authored Aug 30, 2023
2 parents b0e6f4c + ed6c486 commit 81b4111
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 81b4111

Please sign in to comment.