update download filename (#663)

* updates download filename

* removes .env from gitignore
This commit is contained in:
Vim 2021-09-10 14:28:06 -07:00 committed by GitHub
parent 5ef8c8d6ff
commit 125ea610cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 4 deletions

View file

@ -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:

View file

@ -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
View file

@ -5,4 +5,3 @@ public
cypress/screenshots/
cypress/videos/
.DS_Store
.env.*