Skip to content

Commit

Permalink
Set external_url for SSL checking
Browse files Browse the repository at this point in the history
  • Loading branch information
vacabor committed Jul 9, 2024
1 parent 2f60b16 commit 8b25738
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion terraform/application/config/test.tfvars.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"startup_command": ["/bin/sh", "-c", "bin/rails server -b 0.0.0.0"],
"worker_command": ["/bin/sh", "-c", "bin/bundle exec bin/delayed_job run -n 1"],
"enable_monitoring": true,
"statuscake_contact_groups": [195955, 282453]
"statuscake_contact_groups": [195955, 282453],
"external_url": "https://claim-additional-payments-for-teaching-test-web.test.teacherservices.cloud/additional-payments/claim"
}

0 comments on commit 8b25738

Please sign in to comment.