From 49be101165d5572b7e7b30a748ad9403fb100445 Mon Sep 17 00:00:00 2001 From: juarez Date: Mon, 13 Feb 2023 15:35:35 +0100 Subject: [PATCH] Rename teiler to exporter (bugfix) --- ccp/modules/teiler-ui-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ccp/modules/teiler-ui-compose.yml b/ccp/modules/teiler-ui-compose.yml index a46e710..db08298 100644 --- a/ccp/modules/teiler-ui-compose.yml +++ b/ccp/modules/teiler-ui-compose.yml @@ -202,11 +202,11 @@ services: # TEILER_APP14_NAME: "function-tests" # TEILER_APP15_NAME: "event-log" TEILER_APP16_NAME: "active-inquiries" - TEILER_APP16_BACKENDURL: "https://${HOST}/ccp-teiler" + TEILER_APP16_BACKENDURL: "https://${HOST}/ccp-exporter" TEILER_APP17_NAME: "archived-inquiries" - TEILER_APP17_BACKENDURL: "https://${HOST}/ccp-teiler" + TEILER_APP17_BACKENDURL: "https://${HOST}/ccp-exporter" TEILER_APP18_NAME: "failed-inquiries" - TEILER_APP18_BACKENDURL: "https://${HOST}/ccp-teiler" + TEILER_APP18_BACKENDURL: "https://${HOST}/ccp-exporter" TEILER_APP19_NAME: "inquiry" TEILER_APP19_INMENU: "false" # TEILER_APP20_NAME: "cbioportal"