Supply fas credentials to the fmn backend.
..so that it can build a cache of fas usernames to ircnicks.
This commit is contained in:
parent
957851378e
commit
a692918cbb
1 changed files with 6 additions and 0 deletions
|
@ -33,6 +33,12 @@ 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.
|
||||||
|
"fas_credentials": {
|
||||||
|
"username": "{{fedoraDummyUser}}",
|
||||||
|
"password": "{{fedoraDummyUserPassword}}",
|
||||||
|
},
|
||||||
|
|
||||||
## Backend stuff ##
|
## Backend stuff ##
|
||||||
# Email
|
# Email
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue