Add new fmn config values.
This commit is contained in:
parent
cdaddbae51
commit
ffa3c11951
1 changed files with 16 additions and 0 deletions
|
@ -45,6 +45,8 @@ config = {
|
|||
},
|
||||
|
||||
## Backend stuff ##
|
||||
"fmn.backends": ["email", "irc"], # android is disabled.
|
||||
|
||||
# Email
|
||||
"fmn.email.mailserver": "bastion01.phx2.fedoraproject.org:25",
|
||||
"fmn.email.from_address": "notifications@" + domain,
|
||||
|
@ -55,6 +57,20 @@ config = {
|
|||
"fmn.irc.port": 6667,
|
||||
"fmn.irc.timeout": 120,
|
||||
|
||||
# Colors:
|
||||
"irc_color_lookup": {
|
||||
"fas": "light blue",
|
||||
"bodhi": "green",
|
||||
"git": "red",
|
||||
"tagger": "brown",
|
||||
"wiki": "purple",
|
||||
"logger": "orange",
|
||||
"pkgdb": "teal",
|
||||
"buildsys": "yellow",
|
||||
"planet": "light green",
|
||||
"fmn": "purple",
|
||||
},
|
||||
|
||||
# GCM - Android notifs
|
||||
"fmn.gcm.post_url": "{{ notifs_gcm_post_url }}",
|
||||
"fmn.gcm.api_key": "{{ notifs_gcm_api_key }}",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue