- mod_python still supported, but deprecated - mod_wsgi is the default - koji-web now configured via web.conf - new wsgi-friendly publisher for koji-web - koji-web now has logging
24 lines
573 B
Text
24 lines
573 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
|
|
|
|
# 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
|