Cache settings for the fmn backend.

This commit is contained in:
Ralph Bean 2014-01-22 16:06:41 +00:00
parent ea1dc27076
commit b4ea2a7bcd

View file

@ -22,6 +22,18 @@ config = {
"fmn.consumer.enabled": True, "fmn.consumer.enabled": True,
"fmn.sqlalchemy.uri": "postgresql://${notifs_db_user}:${notifs_db_password}@db-notifs/notifications", "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 ## ## Backend stuff ##
# Email # Email
"fmn.email.mailserver": "bastion01.phx2.fedoraproject.org:25", "fmn.email.mailserver": "bastion01.phx2.fedoraproject.org:25",