mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-29 21:10:20 +08:00
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.
17 lines
264 B
Django/Jinja
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
|