Skip to content

Commit

Permalink
Merge pull request #13 from samply/lmu-to-prod-broker
Browse files Browse the repository at this point in the history
Move München (LMU) to prod broker
  • Loading branch information
patrickskowronekdkfz authored Jul 3, 2023
2 parents fb0dee5 + 9940553 commit c791b92
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,21 @@ export const environment = {
new Beam(
'dev.broker.ccp-it.dktk.dkfz.de',
new URL('https://backend.demo.lens.samply.de/test/'),
[
'bonn',
'essen',
'frankfurt',
'hannover',
'mainz',
'muenchen-lmu',
'ulm',
'wuerzburg',
]
['bonn', 'essen', 'frankfurt', 'hannover', 'mainz', 'ulm', 'wuerzburg']
),
// NOTE: This is a temporary workaround while switching the sites to the production system
new Beam(
'broker.ccp-it.dktk.dkfz.de',
new URL('https://backend.demo.lens.samply.de/prod/'),
['mannheim', 'freiburg', 'muenchen-tum', 'hamburg', 'berlin', 'dresden']
[
'mannheim',
'freiburg',
'muenchen-tum',
'hamburg',
'berlin',
'dresden',
'muenchen-lmu',
]
),
],
[
Expand Down

0 comments on commit c791b92

Please # to comment.