mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-31 11:51:16 -07:00
Modify env var in development
- add a score path env variable to development - this will allow the dev to run the app using both local data or cdn
This commit is contained in:
parent
078bf6d8b6
commit
3e31959ae1
2 changed files with 8 additions and 2 deletions
|
@ -6,7 +6,9 @@
|
|||
GATSBY_CDN_TILES_BASE_URL=https://d3jqyw10j8e7p9.cloudfront.net
|
||||
GATSBY_LOCAL_TILES_BASE_URL=http://localhost:5000/data/data-pipeline
|
||||
|
||||
GATSBY_DATA_PIPELINE_SCORE_PATH_LOCAL=data_pipeline/data/score
|
||||
GATSBY_DATA_PIPELINE_SCORE_PATH=data-pipeline/data/score
|
||||
|
||||
GATSBY_SCORE_DOWNLOAD_FILE_PATH=downloadable/Screening_Tool_Data.zip
|
||||
GATSBY_MAP_TILES_PATH=tiles
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue