19 lines
529 B
Plaintext

[DEFAULT]
self_name = rich-and-config
tmp_base_dir = /tmp/%(self_name)s
state_base_dir = /var/lib/%(self_name)s
state_files_dir = %(state_base_dir)s/state
state_file_retention = 50
state_file_name_prefix = state-
state_file_name_suffix = .log
rich_and_config_some_option = "http://localhost:8000/api/query"
another_option = "first"
[this-is-a-section]
min_duration = 1200
max_duration = 3000
title_not_regex = this|that|somethingelse
query = @http-payload.json
dl_dir = /tmp/some/dir
another_option = "overwriting_from_default"