Skip to content

Commit

Permalink
intermediate step: point directly to tiles on S3
Browse files Browse the repository at this point in the history
- TODO: setup cloudpoint and repoint
  • Loading branch information
titaniumbones committed Feb 12, 2025
1 parent d1f1fa2 commit 8773b37
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion client/.env.development
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@

# Feature Tiles env variables:
# 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_DATA_PIPELINE_SCORE_PATH_LOCAL=data_pipeline/data/score
Expand Down
5 changes: 4 additions & 1 deletion client/.env.production
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@

# Feature Tiles env variables:
# 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

Expand Down

0 comments on commit 8773b37

Please sign in to comment.