diff --git a/roles/openshift-apps/toddlers/templates/fedora-messaging.toml b/roles/openshift-apps/toddlers/templates/fedora-messaging.toml index 48897c1436..a0e393580c 100644 --- a/roles/openshift-apps/toddlers/templates/fedora-messaging.toml +++ b/roles/openshift-apps/toddlers/templates/fedora-messaging.toml @@ -57,8 +57,13 @@ blocked_toddlers = ["debug"] # Configuration used when sending notifications: +{% if env != "staging" %} +mail_server = "bastion.stg.fedoraproject.org" +admin_email = "admin@stg.fedoraproject.org" +{% else %} mail_server = "bastion.fedoraproject.org" admin_email = "admin@fedoraproject.org" +{% endif %} # Use fasjson instead of FAS fasjson = true