mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 01:54:18 -08:00
update download filename (#663)
* updates download filename * removes .env from gitignore
This commit is contained in:
parent
5ef8c8d6ff
commit
125ea610cc
3 changed files with 3 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
GATSBY_DATA_ROOT_PATH=https://d3jqyw10j8e7p9.cloudfront.net
|
||||
GATSBY_DATA_PIPELINE_SCORE_PATH=data-pipeline/data/score
|
||||
GATSBY_SCORE_DOWNLOAD_FILE_PATH=downloadable/Screening+Tool+Data.zip
|
||||
GATSBY_SCORE_DOWNLOAD_FILE_PATH=downloadable/Screening_Tool_Data.zip
|
||||
GATSBY_MAP_TILES_PATH=tiles
|
||||
|
||||
# These may be used in the future:
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
GATSBY_DATA_ROOT_PATH=http://localhost:5000/data/data-pipeline
|
||||
GATSBY_DATA_PIPELINE_SCORE_PATH=data_pipeline/data/score
|
||||
GATSBY_SCORE_DOWNLOAD_FILE_PATH=downloadable/Screening+Tool+Data.zip
|
||||
GATSBY_SCORE_DOWNLOAD_FILE_PATH=downloadable/Screening_Tool_Data.zip
|
||||
GATSBY_MAP_TILES_PATH=tiles
|
||||
|
||||
# These may be used in the future:
|
||||
|
|
1
client/.gitignore
vendored
1
client/.gitignore
vendored
|
@ -5,4 +5,3 @@ public
|
|||
cypress/screenshots/
|
||||
cypress/videos/
|
||||
.DS_Store
|
||||
.env.*
|
Loading…
Add table
Reference in a new issue