Skip to content

Commit

Permalink
Merge pull request #414 from NASA-IMPACT/feat/migrate-to-openveda
Browse files Browse the repository at this point in the history
feat: migrate to production veda stac catalog and titiler
  • Loading branch information
hanbyul-here authored Jul 17, 2024
2 parents 6f18fbc + aaa1672 commit bca0879
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ APP_DESCRIPTION=Visualization, Exploration, and Data Analysis (VEDA)
APP_CONTACT_EMAIL=[email protected]

# 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'
Expand Down

0 comments on commit bca0879

Please sign in to comment.