Give some fedora dummy fas credentials to the badges backend.

This commit is contained in:
Ralph Bean 2013-07-29 15:01:13 +00:00
parent b193c9c035
commit 9eca22715c

View file

@ -22,5 +22,11 @@ config = {
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}",
},
}