diff --git a/roles/notifs/backend/templates/fmn.consumer.py b/roles/notifs/backend/templates/fmn.consumer.py index 248dbf709b..289971b3a5 100644 --- a/roles/notifs/backend/templates/fmn.consumer.py +++ b/roles/notifs/backend/templates/fmn.consumer.py @@ -6,11 +6,7 @@ domain = "fedoraproject.org" ircnick = "fedora-notif" {% endif %} -{% if env == 'staging' %} -base = "https://apps.stg.%s/notifications/" % domain -{% else %} base = "https://apps.%s/notifications/" % domain -{% endif %} config = {