fedocal: Don't let stg send reminder emails
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
917d633e8d
commit
3be8f2c71b
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue