19 lines
571 B
Plaintext
19 lines
571 B
Plaintext
[DEFAULT]
|
|
self_name = {{ cookiecutter.__project_slug }}
|
|
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
|
|
{{ cookiecutter.__project_slug_under }}_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"
|