Files
fedora-infra_ansible/roles/openqa/server/templates/openqa.ini.j2
Adam Williamson 518ff32b8d openqa/server: enable update test restart plugin on prod
Seems to be working fine in staging, so let's do it.
2017-03-04 15:36:13 -08:00

19 lines
332 B
Django/Jinja

[global]
branding = plain
base_url = https://{{ external_hostname }}
download_domains = fedoraproject.org
{% if deployment_type is defined %}
plugins = Fedmsg FedoraUpdateRestart
{% endif %}
hide_asset_types = repo iso hdd
[auth]
method=OpenID
[logging]
level=info
[openid]
provider = https://id.fedoraproject.org/
httpsonly = 1