From b7aa1872933b5744166b35a84dc8e88713773371 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Tue, 26 Aug 2025 09:16:07 +0200 Subject: [PATCH] fix: do not set unexpected config values (#141) --- src/main/resources/application.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 9807b9b..3090656 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -16,7 +16,5 @@ spring: content: enabled: true paths: /**/*.js,/**/*.css,/**/*.svg,/**/*.jpeg -app: - isGenomDeTestSubmission: true server: - forward-headers-strategy: framework \ No newline at end of file + forward-headers-strategy: framework