From 4969b309bc2f75f1db0cbd9d81554562e9cda20b Mon Sep 17 00:00:00 2001 From: Thomas Leese Date: Mon, 11 Sep 2023 11:55:18 +0100 Subject: [PATCH 1/2] Update DQT test environment URL The URL is changing as it's being moved to the new cloud platform. --- terraform/application/config/test/variables.tfvars.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/application/config/test/variables.tfvars.json b/terraform/application/config/test/variables.tfvars.json index 6ce2875b35..647bfc83a7 100644 --- a/terraform/application/config/test/variables.tfvars.json +++ b/terraform/application/config/test/variables.tfvars.json @@ -1,7 +1,7 @@ { "app_environment": "test", "cluster": "test", - "dqt_api_url": "https://test-teacher-qualifications-api.education.gov.uk", + "dqt_api_url": "https://test.teacher-qualifications-api.education.gov.uk", "enable_monitoring": false, "external_hostname": "test.apply-for-qts-in-england.education.gov.uk", "namespace": "tra-test", From d5efef24a6d7b5c2c06d9842d764394eeee38b8f Mon Sep 17 00:00:00 2001 From: Thomas Leese Date: Tue, 12 Sep 2023 14:40:23 +0100 Subject: [PATCH 2/2] Update DQT development environment URL The URL is changing as it's being moved to the new cloud platform. --- config/dqt.yml | 2 +- terraform/application/config/development/variables.tfvars.json | 2 +- terraform/application/config/review/variables.tfvars.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/dqt.yml b/config/dqt.yml index 651e23dc30..f45d133180 100644 --- a/config/dqt.yml +++ b/config/dqt.yml @@ -1,5 +1,5 @@ development: - url: <%= ENV.fetch("DQT_API_URL", "https://qualified-teachers-api-dev.london.cloudapps.digital") %> + url: <%= ENV.fetch("DQT_API_URL", "https://dev.teacher-qualifications-api.education.gov.uk") %> api_key: <%= ENV["DQT_API_KEY"] %> production: diff --git a/terraform/application/config/development/variables.tfvars.json b/terraform/application/config/development/variables.tfvars.json index 848a293705..787219eb2a 100644 --- a/terraform/application/config/development/variables.tfvars.json +++ b/terraform/application/config/development/variables.tfvars.json @@ -1,7 +1,7 @@ { "app_environment": "development", "cluster": "test", - "dqt_api_url": "https://qualified-teachers-api-dev.london.cloudapps.digital", + "dqt_api_url": "https://dev.teacher-qualifications-api.education.gov.uk", "enable_monitoring": false, "external_hostname": "dev.apply-for-qts-in-england.education.gov.uk", "namespace": "tra-development", diff --git a/terraform/application/config/review/variables.tfvars.json b/terraform/application/config/review/variables.tfvars.json index a58323f150..3aea2e3332 100644 --- a/terraform/application/config/review/variables.tfvars.json +++ b/terraform/application/config/review/variables.tfvars.json @@ -2,7 +2,7 @@ "app_environment": "review", "cluster": "test", "deploy_azure_backing_services": false, - "dqt_api_url": "https://qualified-teachers-api-dev.london.cloudapps.digital", + "dqt_api_url": "https://dev.teacher-qualifications-api.education.gov.uk", "enable_monitoring": false, "namespace": "tra-development", "uploads_storage_environment_tag": "Test"