Skip to content

Commit

Permalink
Merge pull request #121 from communitiesuk/FS-3845
Browse files Browse the repository at this point in the history
Adding Sub to  references
  • Loading branch information
aaronwilliamsv1 authored Jan 29, 2024
2 parents e6217e5 + 5f3e0ef commit 5a74cbc
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ Resources:
Environment:
Variables:
ACCOUNTS_ENDPOINT: /accounts
ACCOUNT_STORE_API_HOST: http://fsd-account-store.${Env}.pre-award.local:8080
ACCOUNT_STORE_API_HOST: !Sub http://fsd-account-store.${Env}.pre-award.local:8080
APPLICATIONS_ENDPOINT: /applications
APPLICATION_REMINDER_STATUS: /funds/{round_id}/application_reminder_status?status=true
APPLICATION_STORE_API_HOST: http://fsd-application-store.${Env}.pre-award.local:8080
APPLICATION_STORE_API_HOST: !Sub http://fsd-application-store.${Env}.pre-award.local:8080
FUND_ENDPOINT: /funds/{fund_id}
FUNDS_ENDPOINT: /funds
FUND_ROUNDS_ENDPOINT: /funds/{fund_id}/rounds
FUND_STORE_API_HOST: !Sub http://fsd-fund-store.${Env}.pre-award.local:8080
NOTIFICATION_SERVICE_API_HOST: http://fsd-notification.${Env}.pre-award.local:8080
NOTIFICATION_SERVICE_API_HOST: !Sub http://fsd-notification.${Env}.pre-award.local:8080
NOTIFY_TEMPLATE_APPLICATION_DEADLINE_REMINDER: APPLICATION_DEADLINE_REMINDER
SEND_ENDPOINT: /send
VpcConfig:
Expand Down

0 comments on commit 5a74cbc

Please sign in to comment.