Skip to content

Commit

Permalink
Update dev/staging creodias backend url in aggregator.dev.py config
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Sep 21, 2023
1 parent 6d6a09f commit d7848d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions conf/aggregator.dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
aggregator_backends={
"vito": "https://openeo-dev.vito.be/openeo/1.1/",
"eodc": "https://openeo-dev.eodc.eu/openeo/1.1.0/",
# internal version of https://openeo.creo.vito.be/openeo/1.1/
"creo": "https://openeo-dev.creo.vito.be/openeo/1.1",
"creo": "https://openeo-staging.creo.vito.be/openeo/1.1",
# Sentinel Hub OpenEO by Sinergise
"sentinelhub": "https://openeo.sentinel-hub.com/production/",
},
Expand Down

0 comments on commit d7848d1

Please sign in to comment.