diff --git a/roles/notifs/backend/templates/fmn.consumer.py b/roles/notifs/backend/templates/fmn.consumer.py index 957918af07..8a5e4c88ff 100644 --- a/roles/notifs/backend/templates/fmn.consumer.py +++ b/roles/notifs/backend/templates/fmn.consumer.py @@ -24,7 +24,7 @@ config = { # 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.utils.pkgdb_url": "https://admin.fedoraproject.org/pkgdb", "fmn.rules.cache": { "backend": "dogpile.cache.dbm", "expiration_time": 300,