Skip to content

Commit

Permalink
fix production env var syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
alkesh committed Jul 30, 2024
1 parent 4666fee commit 5e82ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/application/config/production_app_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ DFE_SIGN_IN_ISSUER: https://oidc.signin.education.gov.uk:443
DFE_SIGN_IN_REDIRECT_BASE_URL: https://www.claim-additional-teaching-payment.service.gov.uk

BYPASS_ONELOGIN_SIGN_IN: true
ONELOGIN_SIGN_IN_ISSUER=https://oidc.integration.account.gov.uk/
ONELOGIN_SIGN_IN_ISSUER: https://oidc.integration.account.gov.uk/
ONELOGIN_REDIRECT_BASE_URL: https://www.claim-additional-teaching-payment.service.gov.uk

DQT_API_URL: https://teacher-qualifications-api.education.gov.uk/v1
Expand Down

0 comments on commit 5e82ead

Please sign in to comment.