Skip to content

Commit

Permalink
Merge pull request #22 from GermanoGuerrini/master
Browse files Browse the repository at this point in the history
Changed default data broker url
  • Loading branch information
ricardo-correa authored Dec 15, 2023
2 parents c076674 + 17301b7 commit 5dee6ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hda/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import requests
from tqdm import tqdm

BROKER_URL = "https://wekeo-broker.apps.mercator.dpi.wekeo.eu/databroker"
BROKER_URL = "https://wekeo-broker.prod.wekeo2.eu/databroker"

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 5dee6ec

Please sign in to comment.