2021-09-07 10:35:11 -07:00
|
|
|
# WARNING:
|
|
|
|
# THIS FILE IS CHECKED INTO VERSION CONTROL! DO NOT ADD ANY SECRET INFO. IF SECRETS ARE ADDED, PLEASE ADD TO # GIT IGNORE FILE
|
|
|
|
|
2021-10-04 08:43:33 -07:00
|
|
|
# Feature Tiles env variables:
|
|
|
|
# The TILES_BASE_URL will be determined by the DATA_SOURCE env variable
|
|
|
|
GATSBY_CDN_TILES_BASE_URL=https://d3jqyw10j8e7p9.cloudfront.net
|
|
|
|
GATSBY_LOCAL_TILES_BASE_URL=http://localhost:5000/data/data-pipeline
|
|
|
|
|
2021-11-29 14:37:33 -08:00
|
|
|
GATSBY_DATA_PIPELINE_SCORE_PATH_LOCAL=data_pipeline/data/score
|
2021-09-07 10:35:11 -07:00
|
|
|
GATSBY_DATA_PIPELINE_SCORE_PATH=data-pipeline/data/score
|
2021-11-29 14:37:33 -08:00
|
|
|
|
2021-09-10 14:28:06 -07:00
|
|
|
GATSBY_SCORE_DOWNLOAD_FILE_PATH=downloadable/Screening_Tool_Data.zip
|
2021-09-07 10:35:11 -07:00
|
|
|
GATSBY_MAP_TILES_PATH=tiles
|
|
|
|
|
2022-01-18 15:16:33 -05:00
|
|
|
# If you want the map to render a MapBox base map (as opposed to the
|
|
|
|
# open source one from CartoDB), please create your own API TOKEN from
|
|
|
|
# your MapBox account and add the token here:
|
|
|
|
# MAPBOX_STYLES_READ_TOKEN=''
|