-
Notifications
You must be signed in to change notification settings - Fork 63
/
.env
40 lines (32 loc) · 1.24 KB
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
###########################
# Environment Variables #
###########################
# API key for the Cicero API
# Check with the team leads for the latest Cicero API key to be used
CICERO_API_KEY=
# Test environment API key for the Lob API
# This is only required for running the integration tests successfully!
LOB_API_KEY=test_eee78731c29fe718a5322e0cd51e9a02f0e
LOB_BASE_URL=https://api.lob.com/v1
# Sendgrid
SENDGRID_API_KEY=
# Auth0 authentication parameters
# For local development, you can just use these literal nonsense values for now
SERVER_PORT=8080
CLIENT_ORIGIN_URL=http://localhost:8080
AUTH0_AUDIENCE=your_Auth0_identifier_value
AUTH0_DOMAIN=your_Auth0_domain
# Stripe
STRIPE_SECRET_KEY=sk_test_51IravfFqipIA40A3FOW6EzlXlJiXjL9V0FXKfb9n7cxh25Ww9QMA9aWwCzTSQscBOQFcB7s1TI6UCtW1JG83Hz1z000Sg2vSIr
# Twilio
TWILIO_ACCOUNT_SID=your_twilio_account_id # this is user generated
TWILIO_AUTH_TOKEN=TWILIO_SECRET_KEY
# To run in single-campaign mode, set the following environment vars
# **We always run in single-campaign mode now so this is mandatory!**
# Use campaign seeder file for local dev campaigns.
VUE_APP_CAMPAIGN_MODE=single
VUE_APP_FEATURED_CAMPAIGN=1
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_PORT=5432
POSTGRES_HOST=amplify_db