From 82f6f886dbe44b7202b38f6c4d380b7f70e03f54 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 +++--- ccp/vars | 2 +- 2 files changed, 4 insertions(+), 4 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" diff --git a/ccp/vars b/ccp/vars index fb2c039..9fb7570 100644 --- a/ccp/vars +++ b/ccp/vars @@ -18,7 +18,7 @@ source $PROJECT/modules/exliquid-setup.sh exliquidSetup source $PROJECT/modules/mtba-setup.sh mtbaSetup -source $PROJECT/modules/teiler-setup.sh +source $PROJECT/modules/exporter-setup.sh exporterSetup source $PROJECT/modules/teiler-ui-setup.sh teilerUiSetup