Skip to content

Commit

Permalink
chore: fixed styling
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickskowronekdkfz committed Jul 3, 2023
1 parent bb78f0b commit 9940553
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +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',
'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', 'muenchen-lmu']
[
'mannheim',
'freiburg',
'muenchen-tum',
'hamburg',
'berlin',
'dresden',
'muenchen-lmu',
]
),
],
[
Expand Down

0 comments on commit 9940553

Please # to comment.