Skip to content

Commit

Permalink
Merge pull request #1673 from DFE-Digital/dqt-urls-test
Browse files Browse the repository at this point in the history
Update DQT environment URLs for test and dev
  • Loading branch information
thomasleese authored Sep 14, 2023
2 parents 6cd8bcc + d5efef2 commit 6efb6c6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/dqt.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion terraform/application/config/review/variables.tfvars.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion terraform/application/config/test/variables.tfvars.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 6efb6c6

Please sign in to comment.