Skip to content

Commit

Permalink
add prep url
Browse files Browse the repository at this point in the history
  • Loading branch information
abrahamq committed Sep 26, 2018
1 parent ff69a70 commit 68ba472
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export default {
CARDS_API_KEY: process.env.CARDS_API_KEY,
CARDS_DECK: (process.env.CARDS_DECK || 'flood').split(','),
CARDS_URL: process.env.CARDS_URL || 'https://cards.riskmap.us/flood/',
PREP_URL: process.env.PREP_URL || 'https://cards.riskmap.us/prep/',
DEFAULT_LANGUAGE: process.env.DEFAULT_LANGUAGE || 'en',
DEFAULT_INSTANCE_COUNTRY_CODE: process.env.DEFAULT_INSTANCE_COUNTRY_CODE || 'us',
DEFAULT_INSTANCE_REGION_CODE: process.env.DEFAULT_INSTANCE_REGION_CODE,
Expand Down

0 comments on commit 68ba472

Please sign in to comment.