Merge config
This commit is contained in:
parent
d3fdf36b12
commit
d207b2e274
@ -1,5 +1,6 @@
|
|||||||
service:
|
service:
|
||||||
logging_level: $LOGGING_LEVEL_ROOT|DEBUG # Logging level for service logger
|
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
|
# target_file_extension: $TARGET_FILE_EXTENSION|"json.gz" # Extension for files to download from storage and process
|
||||||
|
|
||||||
# TODO: will become obsolete by below changes
|
# TODO: will become obsolete by below changes
|
||||||
@ -12,10 +13,10 @@ service:
|
|||||||
download_strategy: $DOWNLOAD_STRATEGY|multi
|
download_strategy: $DOWNLOAD_STRATEGY|multi
|
||||||
response_formatter: default # TODO: write formatter for analysis tasks that pulls metadata content into root of response json
|
response_formatter: default # TODO: write formatter for analysis tasks that pulls metadata content into root of response json
|
||||||
operations:
|
operations:
|
||||||
table_parsing:
|
conversion:
|
||||||
input:
|
input:
|
||||||
subdir: conversion
|
subdir: ""
|
||||||
extension: json.gz
|
extension: ORIGIN.pdf.gz
|
||||||
default:
|
default:
|
||||||
input:
|
input:
|
||||||
subdir: ""
|
subdir: ""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user