Disable fmn email in staging.
This commit is contained in:
parent
6944a96661
commit
f132240fed
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ config = {
|
||||||
|
|
||||||
## Backend stuff ##
|
## Backend stuff ##
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
"fmn.backends": ["email", "irc", "android"],
|
"fmn.backends": ["irc", "android"],
|
||||||
{% else %}
|
{% else %}
|
||||||
"fmn.backends": ["email", "irc"], # android is disabled.
|
"fmn.backends": ["email", "irc"], # android is disabled.
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue