From 1f253e243d8c882f6e5fc4a616730eb590efe6aa Mon Sep 17 00:00:00 2001 From: Steven Date: Wed, 11 Dec 2024 18:20:43 +0000 Subject: [PATCH] FSPT-190: update the account store host uri Just point to the new store, this will likely become scheduled job on the main app to reduce moving parts, fine for it to be fixed for now --- .../environments/addons/application-deadline-reminder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/pre-award/copilot/environments/addons/application-deadline-reminder.yml b/apps/pre-award/copilot/environments/addons/application-deadline-reminder.yml index 505c7cb9..bc19e3be 100644 --- a/apps/pre-award/copilot/environments/addons/application-deadline-reminder.yml +++ b/apps/pre-award/copilot/environments/addons/application-deadline-reminder.yml @@ -54,7 +54,7 @@ Resources: Environment: Variables: ACCOUNTS_ENDPOINT: /accounts - ACCOUNT_STORE_API_HOST: !Sub http://fsd-account-store.${Env}.pre-award.local:8080 + ACCOUNT_STORE_API_HOST: !Sub http://fsd-pre-award-stores.${Env}.pre-award.local:8080/account APPLICATIONS_ENDPOINT: /applications APPLICATION_ENDPOINT: /applications/{application_id} APPLICATION_REMINDER_STATUS: /funds/{round_id}/application_reminder_status?status=true