From b2f65fcf07bac8710b7d1f581018bf87045af078 Mon Sep 17 00:00:00 2001
From: juarez <d.juarez@dkfz-heidelberg.de>
Date: Wed, 15 Mar 2023 17:04:50 +0100
Subject: [PATCH] Add forward strategy to teiler-core

---
 ccp/modules/teiler-ui-compose.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ccp/modules/teiler-ui-compose.yml b/ccp/modules/teiler-ui-compose.yml
index b44cc07..6fa28f8 100644
--- a/ccp/modules/teiler-ui-compose.yml
+++ b/ccp/modules/teiler-ui-compose.yml
@@ -82,7 +82,7 @@ services:
     environment:
       LOG_LEVEL: "INFO"
       APPLICATION_PORT: "8085"
-      APPLICATION_FORWARD_STRATEGY: "framework"
+      APPLICATION_FORWARD_STRATEGY: "native"
       APPLICATION_ADDRESS: "${HOST}"
       DEFAULT_LANGUAGE: "DE"
       CONFIG_ENV_VAR_PATH: "/app/ccp.conf"