Skip to content

Commit

Permalink
Merge pull request #620 from ProgramEquity/update_env_vars
Browse files Browse the repository at this point in the history
Update .env.example
  • Loading branch information
DietBepis1 authored Oct 20, 2023
2 parents 26421f0 + c3a7d3d commit af11fad
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,9 @@
# Check with the team leads for the latest Cicero API key to be used
CICERO_API_KEY=

# Production environment API key for the Lob API
# This value can be found in Heroku application config var of the same name
LOB_API_KEY=

# Test environment API key for the Lob API
# This is only required for running the integration tests successfully!
# This value can be found in Heroku application config var of the same name
TEST_LOB_API_KEY=
TEST_LOB_API_KEY="test_eee78731c29fe718a5322e0cd51e9a02f0e"

# Auth0 authentication parameters
# For local development, you can just use these literal nonsense values for now
Expand All @@ -26,6 +21,6 @@ AUTH0_DOMAIN=your_Auth0_domain
STRIPE_SECRET_KEY=sk_test_51IravfFqipIA40A3FOW6EzlXlJiXjL9V0FXKfb9n7cxh25Ww9QMA9aWwCzTSQscBOQFcB7s1TI6UCtW1JG83Hz1z000Sg2vSIr

# To run in single-campaign mode, set the following environment vars
VUE_APP_CAMPAIGN_MODE = "single" # or "default" for normaal operation
VUE_APP_CAMPAIGN_MODE = "default" # or "default" for normal operation
VUE_APP_FEATURED_CAMPAIGN = "5" # campaign's id from Postgres
VUE_APP_LETTER_TEMPLATE = "" # the template associated with the featured campaign

0 comments on commit af11fad

Please sign in to comment.