provide a default for NotifyOnSuccess

This commit is contained in:
Mike Bonnet 2009-02-06 19:00:37 -05:00
parent 9e0ab60c24
commit 0c2f95715d

View file

@ -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', ''],