[FMN] Fix the url for staging

The domain already contain .stg, no need to have it twice.

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2022-06-28 10:23:12 +02:00
parent 80842c9d28
commit 8d1b44b8bf

View file

@ -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 = {