From 8d1b44b8bf5b2cae1698617293ccc71d338b7047 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Tue, 28 Jun 2022 10:23:12 +0200 Subject: [PATCH] [FMN] Fix the url for staging MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The domain already contain .stg, no need to have it twice. Signed-off-by: Michal Konečný --- roles/notifs/backend/templates/fmn.consumer.py | 4 ---- 1 file changed, 4 deletions(-) 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 = {