mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-29 21:10:20 +08:00
Cache settings for the fmn backend.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user