Add "desktop" as an fmn backend in staging.

This commit is contained in:
Ralph Bean 2015-04-14 15:31:56 +00:00
parent 5b93c2167e
commit d3de6a8fc3
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -5,7 +5,7 @@ config = {
"datanommer.sqlalchemy.url": "postgresql://{{datanommerDBUser}}:{{datanommerDBPassword}}@db-datanommer/datanommer",
{% if env == 'staging' %}
"fmn.backends": ["email", "irc", "android"],
"fmn.backends": ["email", "irc", "android", "desktop"],
{% else %}
"fmn.backends": ["email", "irc"], # android is disabled.
{% endif %}