[toddlers] Don't use production mailing server for staging
The spam needs to stop, don't use production mailing server for staging instance. Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
2610cb17cf
commit
6356d0af81
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue