Tell fmn to talk pkgdb2 api.

This commit is contained in:
Ralph Bean 2014-05-14 16:09:22 +00:00
parent b30b347508
commit 9ce3c8f0cf

View file

@ -23,7 +23,7 @@ config = {
"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.use_pkgdb2": True,
"fmn.rules.utils.pkgdb_url": "https://admin.fedoraproject.org/pkgdb",
"fmn.rules.cache": {
"backend": "dogpile.cache.dbm",