Re-enable fmn email in staging to test stuff.

This commit is contained in:
Ralph Bean 2015-03-24 20:17:58 +00:00
parent 0a221be1cd
commit 48e1c640e2

View file

@ -109,7 +109,7 @@ config = {
## Backend stuff ##
{% if env == 'staging' %}
"fmn.backends": ["irc", "android"],
"fmn.backends": ["email", "irc", "android"],
{% else %}
"fmn.backends": ["email", "irc"], # android is disabled.
{% endif %}