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.
Merge pull request #362 from adhocteam/onboarding-updates
Documentation & dependabot updates
- Loading branch information
Showing
5 changed files
with
24 additions
and
60 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 |
---|---|---|
|
@@ -10,13 +10,12 @@ POSTGRES_USERNAME=postgres | |
POSTGRES_PASSWORD=something_secret | ||
POSTGRES_DB=ttasmarthub | ||
POSTGRES_HOST=localhost | ||
# Add Oauth client id for local development from "Development Credentials" document here. | ||
AUTH_CLIENT_ID=clientId | ||
# Add Oauth client secret for local development from "Development Credentials" document here. | ||
AUTH_CLIENT_ID=tta-smarthub | ||
# Add Oauth client secret for local development. Get value from dev team member | ||
AUTH_CLIENT_SECRET=clientSecret | ||
SESSION_SECRET=secret | ||
TTA_SMART_HUB_URI=http://localhost:3000 | ||
AUTH_BASE=https://uat.hsesinfo.org | ||
AUTH_BASE=https://staging.hses.ohs.acf.hhs.gov | ||
# This env variable should go away soon in favor of TTA_SMART_HUB_URI | ||
REDIRECT_URI_HOST=http://localhost:8080 | ||
# CURRENT_USER_ID controls the logged in user when BYPASS_AUTH is set to true. | ||
|
@@ -57,7 +56,7 @@ [email protected] | |
# SEND_NON_PRODUCTION_NOTIFICATIONS=true | ||
|
||
# SMTP Settings | ||
# For local development, SMTP_HOST is set in docker-compose.override.yml. | ||
# For local development, SMTP_HOST is set in docker-compose.override.yml. | ||
# If you are not using docker to run the application, you can set this to localhost | ||
# SMTP_HOST=smtp.test.gov | ||
# [email protected] | ||
|
@@ -68,10 +67,10 @@ [email protected] | |
# SMTP_SECURE=true | ||
|
||
# The following settings are for use with MailCatcher for local development. | ||
# For local development, SMTP_HOST is set in docker-compose.override.yml. | ||
# For local development, SMTP_HOST is set in docker-compose.override.yml. | ||
# If you are not using docker to run the application, you can set this to localhost | ||
# SMTP_HOST=localhost | ||
SMTP_USER='' | ||
SMTP_PASS='' | ||
SMTP_PORT=1025 | ||
SMTP_SECURE=false | ||
SMTP_SECURE=false |
Oops, something went wrong.