We ran into a problem[1] where old footers would cause syntax errors when interpreted as templates. This makes that behavior configurable and defaults to the old literal interpretation. [1] https://lists.fedoraproject.org/pipermail/buildsys/2015-May/004751.html
31 lines
824 B
Text
31 lines
824 B
Text
[web]
|
|
SiteName = koji
|
|
#KojiTheme = mytheme
|
|
|
|
# Key urls
|
|
KojiHubURL = http://hub.example.com/kojihub
|
|
KojiFilesURL = http://server.example.com/kojifiles
|
|
|
|
# Kerberos authentication options
|
|
# WebPrincipal = koji/web@EXAMPLE.COM
|
|
# WebKeytab = /etc/httpd.keytab
|
|
# WebCCache = /var/tmp/kojiweb.ccache
|
|
# The service name of the principal being used by the hub
|
|
# KrbService = host
|
|
|
|
# SSL authentication options
|
|
# WebCert = /etc/kojiweb/kojiweb.crt
|
|
# ClientCA = /etc/kojiweb/clientca.crt
|
|
# KojiHubCA = /etc/kojiweb/kojihubca.crt
|
|
|
|
LoginTimeout = 72
|
|
|
|
# This must be changed and uncommented before deployment
|
|
# Secret = CHANGE_ME
|
|
|
|
LibPath = /usr/share/koji-web/lib
|
|
|
|
# If set to True, then the footer will be included literally.
|
|
# If False, then the footer will be included as another Kid Template.
|
|
# Defaults to True
|
|
LiteralFooter = True
|