Skip to content

Commit

Permalink
Merge pull request #33 from samply/chore/deleteDeprecatedBroker
Browse files Browse the repository at this point in the history
chore: remove deprecated broker
  • Loading branch information
torbrenner committed Sep 21, 2023
2 parents 7cd22ae + 5d6bbb5 commit c07ac50
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ export const environment = {
production: false,
lensConfig: new LensConfig(
[
new Beam(
'dev.broker.ccp-it.dktk.dkfz.de',
new URL('https://backend.demo.lens.samply.de/test/'),
['bonn']
),
// NOTE: This is a temporary workaround while switching the sites to the production system
new Beam(
'broker.ccp-it.dktk.dkfz.de',
Expand All @@ -39,6 +34,7 @@ export const environment = {
'essen',
'ulm',
'wuerzburg',
'dktk-test',
]
),
],
Expand Down

0 comments on commit c07ac50

Please sign in to comment.