Fix the FAS url in stg

This commit is contained in:
Pierre-Yves Chibon 2014-07-21 16:47:58 +02:00
parent 7bb42d3c99
commit 9a6cd71777

View file

@ -48,10 +48,19 @@ config = {
# The notification backend uses this to build a fas cache of ircnicks
# to fas usernames so it can act appropriately on certain message types.
{% if env == 'staging' %}
"fas_credentials": {
"username": "{{fedoraDummyUser}}",
"password": "{{fedoraDummyUserPassword}}",
"base_url": "https://admin.stg.fedoraproject.org/accounts",
},
{% else %}
"fas_credentials": {
"username": "{{fedoraDummyUser}}",
"password": "{{fedoraDummyUserPassword}}",
},
{% endif %}
## Backend stuff ##
"fmn.backends": ["email", "irc"], # android is disabled.