Skip to content

Commit

Permalink
Make dcp5 the default catalog on prod (#3045, PR #3064)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsotirho-ucsc committed May 20, 2021
2 parents 76eb7a8 + 420eee3 commit caa3711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/prod/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def env() -> Mapping[str, Optional[str]]:

'AZUL_CATALOGS': ','.join([
f'hca:{name}{rel}:repository/tdr:metadata/hca'
for rel in (4, 5, 1)
for rel in (5, 4, 1)
for name in ('dcp', 'it')
]),

Expand Down

0 comments on commit caa3711

Please sign in to comment.