Files
fedora-infra_ansible/roles/openqa/server/templates/openqa.ini.j2
Adam Williamson a0a335ed4d openqa/server: hide asset download links
this will only work with the new openqa package builds I just
did, but won't break anything with older ones. With a new enough
openQA package, it'll prevent the web UI from showing download
links for ISOs and HDD files.
2016-05-24 11:08:35 -07:00

17 lines
264 B
Django/Jinja

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