Merge config

This commit is contained in:
Julius Unverfehrt 2022-06-22 17:02:55 +02:00
parent d3fdf36b12
commit d207b2e274

View File

@ -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: ""