Skip to content

Commit

Permalink
Merge pull request #362 from adhocteam/onboarding-updates
Browse files Browse the repository at this point in the history
Documentation & dependabot updates
  • Loading branch information
rahearn authored Jul 26, 2021
2 parents 3fd2fd3 + 0f13be4 commit ff94caf
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 60 deletions.
13 changes: 6 additions & 7 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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]
Expand All @@ -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
Loading

0 comments on commit ff94caf

Please sign in to comment.