ansible-role-kojihub/templates/etc/kojiweb/web.conf.j2

26 lines
537 B
Plaintext
Raw Normal View History

2020-12-23 03:52:59 +00:00
[web]
SiteName = {{ koji_sitename }}
{% if koji_custom_theme %}
KojiTheme = {{ koji_theme }}
{% endif %}
# Key urls
KojiHubURL = {{ koji_hub_url }}
KojiFilesURL = {{ koji_files_url }}
2020-12-23 09:12:56 +00:00
# CA
KojiHubCA = {{ koji_hub_ca }}
2020-12-23 03:52:59 +00:00
# Kerberos authentication options
2020-12-23 09:12:56 +00:00
WebPrincipal = {{ koji_hub_proxy_principals }}
WebKeytab = {{ koji_hub_keytab }}
2020-12-23 03:52:59 +00:00
WebCCache = /var/tmp/kojiweb.ccache
LoginTimeout = 72
# This must be changed and uncommented before deployment
Secret = {{ koji_hub_secret }}
LibPath = /usr/share/koji-web/lib
2020-12-23 09:12:56 +00:00
LiteralFooter = True