-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a build pack that extracts values from within VCAP_SERVICES which is where the credentials from bound services will be provided to the app running on PaaS. Using this buildpack means we do not need to alter how our app works, but rather provide a mapping from the VCAP_SERVICES var to its current name.
- Loading branch information
Showing
2 changed files
with
14 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
env_vars: | ||
ADMINUSERS_URL: '."user-provided"[0].credentials.adminusers_url' | ||
CARDID_HOST: '."user-provided"[0].credentials.cardid_url' | ||
CONNECTOR_HOST: '."user-provided"[0].credentials.card_connector_url' | ||
FRONTEND_URL: '."user-provided"[0].credentials.card_frontend_url' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters