Give some fedora dummy fas credentials to the badges backend.
This commit is contained in:
parent
b193c9c035
commit
9eca22715c
1 changed files with 7 additions and 1 deletions
|
@ -22,5 +22,11 @@ config = {
|
||||||
issuer_contact='badges@fedoraproject.org',
|
issuer_contact='badges@fedoraproject.org',
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
}
|
|
||||||
|
|
||||||
|
# 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": {
|
||||||
|
"username": "${fedoraDummyUser}",
|
||||||
|
"password": "${fedoraDummyUserPassword}",
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue