mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 17:01:39 +08:00
Use stg instead of dev and set the FROM_EMAIL where it needs to be
This commit is contained in:
@@ -26,14 +26,14 @@ SMTP_SERVER = 'localhost'
|
||||
|
||||
### Email used to sent emails
|
||||
{% if env == 'staging' %}
|
||||
APP_URL = 'https://dev.pagure.io/'
|
||||
FROM_EMAIL = 'pagure@stg.pagure.io'
|
||||
{% else %}
|
||||
FROM_EMAIL = 'pagure@dev.pagure.io'
|
||||
FROM_EMAIL = 'pagure@pagure.io'
|
||||
{% endif %}
|
||||
|
||||
### The URL at which the project is available.
|
||||
{% if env == 'staging' %}
|
||||
APP_URL = 'https://dev.pagure.io/'
|
||||
APP_URL = 'https://stg.pagure.io/'
|
||||
{% else %}
|
||||
APP_URL = 'https://pagure.io/'
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user