From 30ffffb5e9b5a6cb32a43d3a53ef58ca3b73dac7 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 14 Apr 2015 16:04:52 +0000 Subject: [PATCH] Revert "Add "desktop" as an fmn backend in staging." This reverts commit d3de6a8fc3e476f72952e1624d6b217fa7215c03. --- roles/notifs/backend/templates/fmn.consumer.py | 2 +- roles/notifs/frontend/templates/fmn.web.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/notifs/backend/templates/fmn.consumer.py b/roles/notifs/backend/templates/fmn.consumer.py index 0d264c6ddf..53dfce89ee 100644 --- a/roles/notifs/backend/templates/fmn.consumer.py +++ b/roles/notifs/backend/templates/fmn.consumer.py @@ -109,7 +109,7 @@ config = { ## Backend stuff ## {% if env == 'staging' %} - "fmn.backends": ["email", "irc", "android", "desktop"], + "fmn.backends": ["email", "irc", "android"], {% else %} "fmn.backends": ["email", "irc"], # android is disabled. {% endif %} diff --git a/roles/notifs/frontend/templates/fmn.web.py b/roles/notifs/frontend/templates/fmn.web.py index 78317e6818..2c54e6c721 100644 --- a/roles/notifs/frontend/templates/fmn.web.py +++ b/roles/notifs/frontend/templates/fmn.web.py @@ -5,7 +5,7 @@ config = { "datanommer.sqlalchemy.url": "postgresql://{{datanommerDBUser}}:{{datanommerDBPassword}}@db-datanommer/datanommer", {% if env == 'staging' %} - "fmn.backends": ["email", "irc", "android", "desktop"], + "fmn.backends": ["email", "irc", "android"], {% else %} "fmn.backends": ["email", "irc"], # android is disabled. {% endif %}