ansible/roles/openshift-apps/easyfix/templates/config.toml
Aurélien Bompard eb2b92002c
Easyfix: config change
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2023-05-05 14:51:55 +02:00

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 }}"