Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
Read fund-store host from parameter store
Browse files Browse the repository at this point in the history
This will help us migrate from the "microservice"-y fund-store to a more
consolidated pre-award-stores service.

Ticket: https://mhclgdigital.atlassian.net/browse/FSPT-108
  • Loading branch information
samuelhwilliams committed Nov 19, 2024
1 parent 13141e7 commit 794c109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copilot/fsd-assessment-store/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ variables:
FLASK_ENV: ${COPILOT_ENVIRONMENT_NAME}
APPLICATION_STORE_API_HOST: http://fsd-application-store:8080
ACCOUNT_STORE_API_HOST: http://fsd-account-store:8080
FUND_STORE_API_HOST: http://fsd-fund-store:8080
ASSESSMENT_FRONTEND_HOST: "https://assessment.${COPILOT_ENVIRONMENT_NAME}.access-funding.test.levellingup.gov.uk"
AWS_MSG_BUCKET_NAME:
from_cfn: ${COPILOT_APPLICATION_NAME}-${COPILOT_ENVIRONMENT_NAME}-MessageBucket
Expand All @@ -61,6 +60,7 @@ variables:
from_cfn: ${COPILOT_APPLICATION_NAME}-${COPILOT_ENVIRONMENT_NAME}-NotificationDeadLetterQueueURL

secrets:
FUND_STORE_API_HOST: /copilot/${COPILOT_APPLICATION_NAME}/${COPILOT_ENVIRONMENT_NAME}/secrets/FUND_STORE_API_HOST
SECRET_KEY: /copilot/${COPILOT_APPLICATION_NAME}/${COPILOT_ENVIRONMENT_NAME}/secrets/SECRET_KEY

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

0 comments on commit 794c109

Please sign in to comment.