Skip to content

Commit

Permalink
Fix trf location for DOMA for the generic pilot
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardKaravakis committed Jun 24, 2024
1 parent 0d0ce3d commit 8ae8c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pilot/user/generic/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def get_valid_base_urls(order=None):

valid_base_urls = []
_valid_base_urls = ["https://storage.googleapis.com/drp-us-central1-containers",
"http://pandaserver-doma.cern.ch:25080/trf/user"]
"https://pandaserver-doma.cern.ch/trf/user"]

if order:
valid_base_urls.append(order)
Expand Down

0 comments on commit 8ae8c47

Please sign in to comment.