diff options
| author | Paul-Christian Volkmer | 2025-08-26 09:16:07 +0200 |
|---|---|---|
| committer | GitHub | 2025-08-26 09:16:07 +0200 |
| commit | b7aa1872933b5744166b35a84dc8e88713773371 (patch) | |
| tree | f6cbd6ecc550f9abdd8163c28fe6173271f644af /src/main/resources/application.yml | |
| parent | 8402462c3b368077935e1ec323f0153024b98267 (diff) | |
fix: do not set unexpected config values (#141)v0.11.0-rc.2
Diffstat (limited to 'src/main/resources/application.yml')
| -rw-r--r-- | src/main/resources/application.yml | 4 |
1 files changed, 1 insertions, 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 |
