At @mikeb's suggestion in the code review, this makes HiddenUsers plural. This makes the whole changeset a little more invasive than it was before, so please review carefully.
35 lines
1 KiB
Text
35 lines
1 KiB
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
|
|
# 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
|
|
|
|
# This can be a comma-delimited list of the numeric IDs of users that you want
|
|
# to hide from tasks listed on the front page. You might want to, for instance,
|
|
# hide the activity of an account used for continuous integration.
|
|
#HiddenUsers = 5372,1234
|