Skip to content

Commit

Permalink
Merge pull request #879 from DFE-Digital/update-azure-routes
Browse files Browse the repository at this point in the history
Update ecf endpoint to external routes
  • Loading branch information
cwrw authored Sep 7, 2023
2 parents 052fb48 + f119657 commit 09fbb3b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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://cpd-ecf-staging-web.test.teacherservices.cloud"
ECF_APP_BASE_URL="https://st.manage-training-for-early-career-teachers.education.gov.uk/"
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://cpd-ecf-staging-web.test.teacherservices.cloud"
ECF_APP_BASE_URL: "https://st.manage-training-for-early-career-teachers.education.gov.uk/"
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://cpd-ecf-staging-web.test.teacherservices.cloud"
ECF_APP_BASE_URL: "https://st.manage-training-for-early-career-teachers.education.gov.uk/"
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/sandbox-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-G3823VRN6N"
ECF_APP_BASE_URL: "https://cpd-ecf-sandbox-web.teacherservices.cloud"
ECF_APP_BASE_URL: "https://sb.manage-training-for-early-career-teachers.education.gov.uk/"
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://cpd-ecf-staging-web.test.teacherservices.cloud"
ECF_APP_BASE_URL: "https://st.manage-training-for-early-career-teachers.education.gov.uk/"
ECF_APP_BEARER_TOKEN: ((ECF_APP_BEARER_TOKEN))
SENTRY_DSN: ((SENTRY_DSN))

0 comments on commit 09fbb3b

Please sign in to comment.