Use FAS stg in badge stg
This commit is contained in:
parent
55de556700
commit
111bb8ba62
1 changed files with 3 additions and 0 deletions
|
@ -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}}",
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue