mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 10:56:20 +08:00
18 lines
363 B
TOML
18 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 }}"
|