Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FSPT-190 Get the account store URI from the parameter store #218

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading