Skip to content

Commit

Permalink
Changed default data broker url
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanoGuerrini committed Dec 15, 2023
1 parent 9f9343b commit 17301b7
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 17301b7

Please sign in to comment.