Use FAS stg in badge stg

This commit is contained in:
Pierre-Yves Chibon 2014-10-01 22:32:27 +02:00
parent 55de556700
commit 111bb8ba62

View file

@ -32,6 +32,9 @@ config = {
# The badges backend (fedmsg-hub) uses this to build a fas cache of ircnicks
# to fas usernames so it can act appropriately on certain message types.
"fas_credentials": {
{% if env == 'staging' %}
"base_url": "https://admin.stg.fedoraproject.org/accounts/",
{% endif %}
"username": "{{fedoraDummyUser}}",
"password": "{{fedoraDummyUserPassword}}",
},