mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-28 13:21:40 -07:00
intermediate step: point directly to tiles on S3
- TODO: setup cloudpoint and repoint
This commit is contained in:
parent
d1f1fa2937
commit
8773b37545
2 changed files with 8 additions and 2 deletions
|
@ -6,7 +6,10 @@
|
||||||
|
|
||||||
# Feature Tiles env variables:
|
# Feature Tiles env variables:
|
||||||
# The TILES_BASE_URL will be determined by the DATA_SOURCE env variable
|
# The TILES_BASE_URL will be determined by the DATA_SOURCE env variable
|
||||||
GATSBY_CDN_TILES_BASE_URL=https://static-data-screeningtool.geoplatform.gov
|
# 2025-02-11: Point to the current EPIC URL
|
||||||
|
# May need to update again soon, using cloudfront
|
||||||
|
# GATSBY_CDN_TILES_BASE_URL=https://static-data-screeningtool.geoplatform.gov
|
||||||
|
GATSBY_CDN_TILES_BASE_URL=https://pedp-data.s3.us-east-1.amazonaws.com/cejst-2.0
|
||||||
GATSBY_LOCAL_TILES_BASE_URL=http://localhost:5000/data/data-pipeline
|
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_LOCAL=data_pipeline/data/score
|
||||||
|
|
|
@ -6,7 +6,10 @@
|
||||||
|
|
||||||
# Feature Tiles env variables:
|
# Feature Tiles env variables:
|
||||||
# The TILES_BASE_URL will always point to the CDN
|
# The TILES_BASE_URL will always point to the CDN
|
||||||
GATSBY_CDN_TILES_BASE_URL=https://static-data-screeningtool.geoplatform.gov
|
# 2025-02-11: Point to the current EPIC URL
|
||||||
|
# May need to update again soon, using cloudfront
|
||||||
|
# GATSBY_CDN_TILES_BASE_URL=https://static-data-screeningtool.geoplatform.gov
|
||||||
|
GATSBY_CDN_TILES_BASE_URL=https://pedp-data.s3.us-east-1.amazonaws.com/cejst-2.0
|
||||||
|
|
||||||
GATSBY_2_0_TRIBAL_PATH=data-versions/2.0/data/tribal
|
GATSBY_2_0_TRIBAL_PATH=data-versions/2.0/data/tribal
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue