don't use .get() with kojiweb options. It is no longer needed.
This commit is contained in:
parent
7a4f12f927
commit
86abf03fcb
2 changed files with 13 additions and 12 deletions
|
|
@ -65,9 +65,10 @@ class Dispatcher(object):
|
|||
cfgmap = [
|
||||
#option, type, default
|
||||
['SiteName', 'string', None],
|
||||
['KojiHubURL', 'string', None],
|
||||
['KojiFilesURL', 'string', None],
|
||||
['KojiHubURL', 'string', 'http://localhost/kojihub'],
|
||||
['KojiFilesURL', 'string', 'http://localhost/kojifiles'],
|
||||
['KojiTheme', 'string', None],
|
||||
['KojiGreeting', 'string', 'Welcome to Koji Web'],
|
||||
|
||||
['WebPrincipal', 'string', None],
|
||||
['WebKeytab', 'string', '/etc/httpd.keytab'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue