28 lines
375 B
YAML
28 lines
375 B
YAML
workspace:
|
|
root: ./tmp/narratio-workspace
|
|
|
|
storage:
|
|
backend: local
|
|
|
|
whisperx:
|
|
transcribe_url: "https://transcription.example.com/transcribe"
|
|
language: "en"
|
|
timeout: "30m"
|
|
retries: 3
|
|
retry_delay: "2s"
|
|
concurrency: 2
|
|
|
|
seriatim:
|
|
timeout: 30s
|
|
|
|
audita:
|
|
timeout: 1h
|
|
|
|
analyzer:
|
|
timeout: 20m
|
|
artifacts:
|
|
output_dir: artifacts
|
|
|
|
notification:
|
|
timeout: 10s
|