From f132240fede1db901b229930b7b676a87d14d912 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 13 Jan 2015 20:54:56 +0000 Subject: [PATCH] Disable fmn email in staging. --- roles/notifs/backend/templates/fmn.consumer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/notifs/backend/templates/fmn.consumer.py b/roles/notifs/backend/templates/fmn.consumer.py index 11a79d090c..a6e48f0ca4 100644 --- a/roles/notifs/backend/templates/fmn.consumer.py +++ b/roles/notifs/backend/templates/fmn.consumer.py @@ -65,7 +65,7 @@ config = { ## Backend stuff ## {% if env == 'staging' %} - "fmn.backends": ["email", "irc", "android"], + "fmn.backends": ["irc", "android"], {% else %} "fmn.backends": ["email", "irc"], # android is disabled. {% endif %}