mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 05:42:41 +08:00
19 lines
332 B
Django/Jinja
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
|