Fix the FAS url in stg
This commit is contained in:
parent
7bb42d3c99
commit
9a6cd71777
1 changed files with 9 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue