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
|
2022-03-30 16:44:58 -04:00
|
|
|
GATSBY_CDN_TILES_BASE_URL=https://static-data-screeningtool.geoplatform.gov
|
2021-10-04 08:43:33 -07:00
|
|
|
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
|
|
|
|
2022-05-26 00:01:04 -04:00
|
|
|
GATSBY_FILE_DL_PATH_SCREENING_TOOL_DATA_ZIP=downloadable/Screening_Tool_Data.zip
|
|
|
|
GATSBY_FILE_DL_PATH_SHAPE_FILE_ZIP=shapefile/usa.zip
|
|
|
|
GATSBY_FILE_DL_PATH_TSD_PDF=downloadable/cejst_technical_support_document.pdf
|
2022-06-09 16:56:37 -04:00
|
|
|
GATSBY_FILE_DL_PATH_TSD_ES_PDF=downloadable/cejst-technical-support-document-es.pdf
|
2022-05-26 00:01:04 -04:00
|
|
|
GATSBY_FILE_DL_PATH_COMMUNITIES_LIST_XLS=downloadable/communities-2022-05-12-1914GMT.xlsx
|
|
|
|
GATSBY_FILE_DL_PATH_COMMUNITIES_LIST_CSV=downloadable/communities-2022-05-12-1914GMT.csv
|
|
|
|
GATSBY_FILE_DL_PATH_HOW_TO_COMMUNITIES_PDF=downloadable/Draft_Communities_List.pdf
|
2022-04-07 13:14:54 -04:00
|
|
|
|
2021-09-07 10:35:11 -07:00
|
|
|
GATSBY_MAP_TILES_PATH=tiles
|
|
|
|
|
2022-04-19 12:30:42 -07: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
|
2022-01-18 15:16:33 -05:00
|
|
|
# your MapBox account and add the token here:
|
2022-04-19 12:30:42 -07:00
|
|
|
# MAPBOX_STYLES_READ_TOKEN=''
|