Cache settings for the fmn backend.
This commit is contained in:
parent
ea1dc27076
commit
b4ea2a7bcd
1 changed files with 12 additions and 0 deletions
|
@ -22,6 +22,18 @@ config = {
|
|||
"fmn.consumer.enabled": True,
|
||||
"fmn.sqlalchemy.uri": "postgresql://${notifs_db_user}:${notifs_db_password}@db-notifs/notifications",
|
||||
|
||||
# Some configuration for the rule processors
|
||||
"fmn.rules.utils.use_pkgdb2": False,
|
||||
"fmn.rules.utils.pkgdb2_api_url": "http://209.132.184.188/api/",
|
||||
"fmn.rules.cache": {
|
||||
"backend": "dogpile.cache.dbm",
|
||||
"expiration_time": 300,
|
||||
"arguments": {
|
||||
"filename": "/var/tmp/fmn-cache.dbm",
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
## Backend stuff ##
|
||||
# Email
|
||||
"fmn.email.mailserver": "bastion01.phx2.fedoraproject.org:25",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue