From f58f88cf1b746ba8a8db3fb40bfede86fca935af Mon Sep 17 00:00:00 2001 From: ericiwamoto <100735505+ericiwamoto@users.noreply.github.com> Date: Wed, 20 Nov 2024 08:38:39 -0800 Subject: [PATCH] update website cdn targets --- client/.env.development | 2 +- client/.env.production | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/.env.development b/client/.env.development index 4f232c01..0c6c369a 100644 --- a/client/.env.development +++ b/client/.env.development @@ -3,7 +3,7 @@ # 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 +GATSBY_CDN_TILES_BASE_URL=https://dig0wsohit6js.cloudfront.net GATSBY_LOCAL_TILES_BASE_URL=http://localhost:5000/data/data-pipeline GATSBY_DATA_PIPELINE_SCORE_PATH_LOCAL=data_pipeline/data/score diff --git a/client/.env.production b/client/.env.production index 540744cb..41ec89a8 100644 --- a/client/.env.production +++ b/client/.env.production @@ -3,7 +3,7 @@ # 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 +GATSBY_CDN_TILES_BASE_URL=https://dig0wsohit6js.cloudfront.net GATSBY_DATA_PIPELINE_TRIBAL_PATH=data-pipeline/data/tribal