toddlers: fix conditional for staging/prod

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-07-01 10:07:51 -07:00
parent 1c1701ae29
commit cbf3448826

View file

@ -57,7 +57,7 @@ blocked_toddlers = ["debug"]
# Configuration used when sending notifications:
{% if env != "staging" %}
{% if env == "staging" %}
mail_server = "bastion.stg.fedoraproject.org"
admin_email = "admin@stg.fedoraproject.org"
{% else %}