Skip to content

Commit

Permalink
Update lambda-env.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bchrobot committed Aug 17, 2018
1 parent 72e7228 commit 907d8fb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions deploy/lambda-env.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@
"STATIC_BASE_URL": "https://s3.amazonaws.com/s3.example.com/spoke/",
"S3_STATIC_PATH": "s3://s3.example.com/spoke/",
"ASSETS_MAP_FILE": "assets.json",
"CAMPAIGN_ID": "campaign-id-hash",
"DB_HOST": "spoke-prod.xxxxxxxxxxxxxxxx.us-east-1.rds.amazonaws.com",
"DB_PORT": "5432",
"DB_NAME": "spoke_prod",
"DB_USER": "spoke",
"DB_PASSWORD": "XXXXXXXXXXXXXXXXX",
"DB_TYPE": "pg",
"DB_KEY": "",
"DB_USE_SSL": "true",
"PGSSLMODE": "require",
"AUTH0_DOMAIN": "spokeexamplecomXXXXX.auth0.com",
"AUTH0_CLIENT_ID": "XXXXXXXXXXXXXXXXXXXXXXXXXXX",
"AUTH0_CLIENT_SECRET": "XXXXXXXXXXXXXXXXXXXXXXXXX",
Expand All @@ -40,5 +41,6 @@
"ROLLBAR_CLIENT_TOKEN": "set_this_in_production",
"ROLLBAR_ACCESS_TOKEN": "set_this_in_production",
"ROLLBAR_ENDPOINT": "https://api.rollbar.com/api/1/item/",
"DST_REFERENCE_TIMEZONE": "America/New_York"
"DST_REFERENCE_TIMEZONE": "America/New_York",
"TZ": "America/New_York"
}

0 comments on commit 907d8fb

Please sign in to comment.