From 116c2b8924723ad5ac85206fd06c652ac309e086 Mon Sep 17 00:00:00 2001 From: Matthias Bisping Date: Wed, 15 Jun 2022 10:31:05 +0200 Subject: [PATCH] changed default target file extension --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 85b3162..7f8cafa 100755 --- a/config.yaml +++ b/config.yaml @@ -1,6 +1,6 @@ service: logging_level: $LOGGING_LEVEL_ROOT|DEBUG # Logging level for service logger - target_file_extension: $TARGET_FILE_EXTENSION|"pdf.gz" # Extension for files to download from storage and process + target_file_extension: $TARGET_FILE_EXTENSION|"ORIGIN.pdf.gz" # Extension for files to download from storage and process response_file_extension: $RESPONSE_FILE_EXTENSION|"json.gz" # Extension for response files to upload to storage # In case a service is not supposed to place response files under the root folder `dossierId/fileId` and requests do # not specify an operation, this parameter can specify an output folder