30 lines
627 B
YAML
30 lines
627 B
YAML
version: 2
|
|
# For production runs, use a writable application-owned workspace such as:
|
|
#
|
|
# workspace:
|
|
# directory: /var/lib/notarius
|
|
# diagnostics:
|
|
# retention: auto
|
|
# resume:
|
|
# enabled: false
|
|
# debug:
|
|
# enabled: false
|
|
#
|
|
# For local development, use a project-local ignored path such as:
|
|
#
|
|
# workspace:
|
|
# directory: ./.notarius/workspace
|
|
pipelines:
|
|
dnd-session:
|
|
input: seriatim
|
|
references:
|
|
party: ./dnd-spells-roster.txt
|
|
glossary: ./dnd-spells-glossary.txt
|
|
chunk:
|
|
module: generic
|
|
options:
|
|
max_units: 50
|
|
artifacts:
|
|
spells:
|
|
extract: dnd/spells
|