fedocal: Don't let stg send reminder emails

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2021-03-29 15:03:01 +02:00
parent 917d633e8d
commit 3be8f2c71b

View file

@ -22,7 +22,11 @@ ADMIN_GROUP='sysadmin-calendar'
### The address of the SMTP server used to send the reminders emails
### via the cron job.
### Default: 'localhost'
{% if env == 'staging' %}
SMTP_SERVER='localhost'
{% else %}
SMTP_SERVER='bastion.fedoraproject.org'
{% endif %}
### The cron job can be set with any frequency but fedocal_cron needs
### this information to accurately retrieve the meetings to remind and