From 8b44426b5395a847fb157a6b61a3f8a7fc02bfaf Mon Sep 17 00:00:00 2001 From: Sandra Hoang Date: Wed, 7 Aug 2024 09:19:13 -0400 Subject: [PATCH] Update env to test.openveda --- .env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index e32493bab..1a37fe6ff 100644 --- a/.env +++ b/.env @@ -8,10 +8,10 @@ APP_DESCRIPTION='Explore our changing planet.' APP_CONTACT_EMAIL=eleanor.stokes@nasa.gov # Endpoint for the Tiler server. No trailing slash. -API_RASTER_ENDPOINT='https://openveda.cloud/api/raster' +API_RASTER_ENDPOINT='https://test.openveda.cloud/api/raster' # Endpoint for the STAC server. No trailing slash. -API_STAC_ENDPOINT='https://openveda.cloud/api/stac' +API_STAC_ENDPOINT='https://test.openveda.cloud/api/stac' MAPBOX_STYLE_URL='mapbox://styles/covid-nasa/ckb01h6f10bn81iqg98ne0i2y'