From d45bf8027e995e3f1982dbedd9bba599be2fda63 Mon Sep 17 00:00:00 2001 From: Patrick Werner Date: Mon, 16 Feb 2026 12:17:14 +0100 Subject: [PATCH] removed testing config --- src/main/resources/application.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 32aa6fa..3e30ade 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -424,9 +424,9 @@ hapi: # validation: # requests_enabled: true # responses_enabled: true - binary_storage_enabled: true - binary_storage_mode: FILESYSTEM - binary_storage_filesystem_base_directory: /binstore + # binary_storage_enabled: true + # binary_storage_mode: FILESYSTEM + # binary_storage_filesystem_base_directory: /binstore # When binary_storage_mode is FILESYSTEM and this value is not set, # the starter defaults to 102400 bytes so smaller binaries stay inline. binary_storage_minimum_binary_size: 4000