Re-enable fmn email in staging to test stuff.
This commit is contained in:
parent
0a221be1cd
commit
48e1c640e2
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ config = {
|
||||||
|
|
||||||
## Backend stuff ##
|
## Backend stuff ##
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
"fmn.backends": ["irc", "android"],
|
"fmn.backends": ["email", "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