provide a default for NotifyOnSuccess
This commit is contained in:
parent
9e0ab60c24
commit
0c2f95715d
1 changed files with 1 additions and 0 deletions
|
|
@ -371,6 +371,7 @@ def load_config(req):
|
|||
['LoginCreatesUser', 'boolean', True],
|
||||
['KojiWebURL', 'string', 'http://localhost.localdomain/koji'],
|
||||
['EmailDomain', 'string', None],
|
||||
['NotifyOnSuccess', 'boolean', True],
|
||||
['DisableNotifications', 'boolean', False],
|
||||
|
||||
['Plugins', 'string', ''],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue