17 lines
363 B
TOML
17 lines
363 B
TOML
output = "/srv"
|
|
template = "fedora_gather_easyfix/template.html"
|
|
repo_source = "wiki"
|
|
wiki_url = "fedoraproject.org"
|
|
|
|
# Mark tickets as old or very old after these many days without an update
|
|
old_days = 365
|
|
very_old_days = 1095 # 3 years
|
|
|
|
|
|
[cache]
|
|
# No caching
|
|
backend = "dogpile.cache.null"
|
|
|
|
[github]
|
|
username = "abompard"
|
|
api_key = "{{ easyfix_github_token }}"
|