From d207b2e274ba53b2a21a18c367bb130fb05ee1cd Mon Sep 17 00:00:00 2001 From: Julius Unverfehrt Date: Wed, 22 Jun 2022 17:02:55 +0200 Subject: [PATCH] Merge config --- config.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config.yaml b/config.yaml index 5155a99..6e6aa6c 100755 --- a/config.yaml +++ b/config.yaml @@ -1,5 +1,6 @@ service: logging_level: $LOGGING_LEVEL_ROOT|DEBUG # Logging level for service logger + prometheus_metric_name: $PROMETHEUS_METRIC_NAME|operation # Default operation prometheus metric name # target_file_extension: $TARGET_FILE_EXTENSION|"json.gz" # Extension for files to download from storage and process # TODO: will become obsolete by below changes @@ -12,10 +13,10 @@ service: download_strategy: $DOWNLOAD_STRATEGY|multi response_formatter: default # TODO: write formatter for analysis tasks that pulls metadata content into root of response json operations: - table_parsing: + conversion: input: - subdir: conversion - extension: json.gz + subdir: "" + extension: ORIGIN.pdf.gz default: input: subdir: ""