diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/custodian/settings.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/custodian/settings.rb b/lib/custodian/settings.rb index 2d4465d..453a35a 100644 --- a/lib/custodian/settings.rb +++ b/lib/custodian/settings.rb @@ -215,13 +215,13 @@ module Custodian # otherwise per-test defaults. case alert - when "smtp": + when "smtp" "root" - when "mauve": + when "mauve" "alert.bytemark.co.uk" - when "file": + when "file" "alerts.log" - when "redis": + when "redis" "127.0.0.1:6379" else nil |