Skip to content

Commit

Permalink
Move application store api host to secret
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcUsher committed Nov 25, 2024
1 parent b96ffe1 commit 0fbce1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copilot/fsd-fund-application-builder/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ network:
variables:
ACCOUNT_STORE_API_HOST: "http://fsd-account-store:8080"
APPLICANT_fund-application-builder_HOST: "https://fund-application-builder.${COPILOT_ENVIRONMENT_NAME}.access-funding.test.levellingup.gov.uk"
APPLICATION_STORE_API_HOST: "http://fsd-application-store:8080"
AUTHENTICATOR_HOST: "https://authenticator.${COPILOT_ENVIRONMENT_NAME}.access-funding.test.levellingup.gov.uk"
COOKIE_DOMAIN: ".test.levellingup.gov.uk"
FLASK_ENV: ${COPILOT_ENVIRONMENT_NAME}
Expand All @@ -60,6 +59,7 @@ secrets:
RSA256_PUBLIC_KEY_BASE64: /copilot/${COPILOT_APPLICATION_NAME}/${COPILOT_ENVIRONMENT_NAME}/secrets/RSA256_PUBLIC_KEY_BASE64
SECRET_KEY: /copilot/${COPILOT_APPLICATION_NAME}/${COPILOT_ENVIRONMENT_NAME}/secrets/SECRET_KEY
FUND_STORE_API_HOST: /copilot/${COPILOT_APPLICATION_NAME}/${COPILOT_ENVIRONMENT_NAME}/secrets/FUND_STORE_API_HOST
APPLICATION_STORE_API_HOST: /copilot/${COPILOT_APPLICATION_NAME}/${COPILOT_ENVIRONMENT_NAME}/secrets/APPLICATION_STORE_API_HOST

# You can override any of the values defined above by environment.
environments:
Expand Down

0 comments on commit 0fbce1e

Please sign in to comment.