From aaa167281beeec7cbb4699b046ef478de800a218 Mon Sep 17 00:00:00 2001 From: Alexandra Kirk Date: Mon, 1 Jul 2024 13:55:52 -0600 Subject: [PATCH] feat: migrate to production veda stac catalog and titiler --- .env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 8694cf5c8..5d0390fe2 100644 --- a/.env +++ b/.env @@ -8,10 +8,10 @@ APP_DESCRIPTION=Visualization, Exploration, and Data Analysis (VEDA) APP_CONTACT_EMAIL=email@example.org # Endpoint for the Tiler server. No trailing slash. -API_RASTER_ENDPOINT='https://staging-raster.delta-backend.com' +API_RASTER_ENDPOINT='https://openveda.cloud/api/raster' # Endpoint for the STAC server. No trailing slash. -API_STAC_ENDPOINT='https://staging-stac.delta-backend.com' +API_STAC_ENDPOINT='https://openveda.cloud/api/stac' API_XARRAY_ENDPOINT='https://prod-titiler-xarray.delta-backend.com/tilejson.json' MAPBOX_STYLE_URL='mapbox://styles/covid-nasa/ckb01h6f10bn81iqg98ne0i2y'