account for staging
This commit is contained in:
parent
82cf395b0c
commit
c39b1d30b3
1 changed files with 4 additions and 0 deletions
|
@ -31,9 +31,13 @@ items:
|
||||||
|
|
||||||
# List of admins
|
# List of admins
|
||||||
anitya_web_admins = [
|
anitya_web_admins = [
|
||||||
|
{% if env == 'staging' %}
|
||||||
|
"922611f6-2371-49b7-a6fd-464e77856259", # zlopez stg
|
||||||
|
{% else %}
|
||||||
"5dd1b1f2-fee1-44f0-abeb-29df5bf151c7", # zlopez
|
"5dd1b1f2-fee1-44f0-abeb-29df5bf151c7", # zlopez
|
||||||
"5a11f015-54ee-4319-9092-39c427873575", # tibbs
|
"5a11f015-54ee-4319-9092-39c427873575", # tibbs
|
||||||
"42abdf74-b50e-49b4-a674-7cf01868d609", # kevin
|
"42abdf74-b50e-49b4-a674-7cf01868d609", # kevin
|
||||||
|
{% endif %}
|
||||||
]
|
]
|
||||||
|
|
||||||
# The email to use in the 'From' header when sending emails.
|
# The email to use in the 'From' header when sending emails.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue