forked from HHS/Head-Start-TTADP
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bind RDS_INSTANCE via manifest * add sandbox bind * alpha * maybe cloud.gov docs are wrong * try two spaces * match syntax of 18f ex * Add documentation Co-authored-by: Sarah-Jaine Szekeresh <[email protected]>
- Loading branch information
1 parent
676eeed
commit f7c66d3
Showing
7 changed files
with
28 additions
and
17 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
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
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
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
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
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 |
---|---|---|
@@ -1,14 +1,16 @@ | ||
--- | ||
applications: | ||
- name: tta-smarthub-((env)) | ||
instances: ((instances)) | ||
command: yarn start | ||
env: | ||
AUTH_BASE: ((AUTH_BASE)) | ||
AUTH_CLIENT_ID: ((AUTH_CLIENT_ID)) | ||
AUTH_CLIENT_SECRET: ((AUTH_CLIENT_SECRET)) | ||
NODE_ENV: ((NODE_ENV)) | ||
# Soon to be removed in favor of TTA_SMART_HUB_URI | ||
REDIRECT_URI_HOST: ((REDIRECT_URI_HOST)) | ||
TTA_SMART_HUB_URI: ((TTA_SMART_HUB_URI)) | ||
SESSION_SECRET: ((SESSION_SECRET)) | ||
- name: tta-smarthub-((env)) | ||
instances: ((instances)) | ||
command: yarn start | ||
env: | ||
AUTH_BASE: ((AUTH_BASE)) | ||
AUTH_CLIENT_ID: ((AUTH_CLIENT_ID)) | ||
AUTH_CLIENT_SECRET: ((AUTH_CLIENT_SECRET)) | ||
NODE_ENV: ((NODE_ENV)) | ||
# Soon to be removed in favor of TTA_SMART_HUB_URI | ||
REDIRECT_URI_HOST: ((REDIRECT_URI_HOST)) | ||
TTA_SMART_HUB_URI: ((TTA_SMART_HUB_URI)) | ||
SESSION_SECRET: ((SESSION_SECRET)) | ||
services: | ||
- ((rds_instance)) |
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