Skip to content

Commit f358a97

Browse files
committed
Change organoid.ccp-it.dktk.dkfz.de to organoid.dktk.dkfz.de
1 parent 7c410cf commit f358a97

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

example.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# GUI configuration
2-
GUI_HOST=organoid.ccp-it.dktk.dkfz.de
2+
GUI_HOST=organoid.dktk.dkfz.de
33

44
# Beam configuration
55
BROKER_HOST=broker.ccp-it.dktk.dkfz.de

src/internal.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function sendQuery() {
6363
renderTable();
6464

6565
querySpot(
66-
import.meta.env.PROD ? 'https://organoid.ccp-it.dktk.dkfz.de/spot-internal/' : 'http://localhost:8056/',
66+
import.meta.env.PROD ? '/spot-internal/' : 'http://localhost:8056/',
6767
import.meta.env.PROD ? ['dresden', 'dresden-test', 'muenchen-tum'] : ['proxy1'],
6868
btoa(JSON.stringify({ payload: "ORGANOID_DASHBOARD_INTERNAL" })),
6969
abortController.signal,

src/public.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ function sendQuery() {
190190
updateDashboard(excelValues, 5);
191191

192192
querySpot(
193-
import.meta.env.PROD ? 'https://organoid.ccp-it.dktk.dkfz.de/spot-public/' : 'http://localhost:8055/',
193+
import.meta.env.PROD ? '/spot-public/' : 'http://localhost:8055/',
194194
import.meta.env.PROD ? [/*'dresden', 'dresden-test', 'muenchen-tum'*/'foobar'/*spot crashes if list is empty*/] : ['proxy1'],
195195
btoa(JSON.stringify({ payload: "ORGANOID_DASHBOARD_PUBLIC" })),
196196
new AbortController().signal,

0 commit comments

Comments
 (0)