account for staging

This commit is contained in:
Kevin Fenzi 2018-10-08 15:47:34 +00:00
parent 82cf395b0c
commit c39b1d30b3

View file

@ -31,9 +31,13 @@ items:
# List of admins
anitya_web_admins = [
{% if env == 'staging' %}
"922611f6-2371-49b7-a6fd-464e77856259", # zlopez stg
{% else %}
"5dd1b1f2-fee1-44f0-abeb-29df5bf151c7", # zlopez
"5a11f015-54ee-4319-9092-39c427873575", # tibbs
"42abdf74-b50e-49b4-a674-7cf01868d609", # kevin
{% endif %}
]
# The email to use in the 'From' header when sending emails.