greenwave role: conditionalise fedmsg environment
This commit is contained in:
parent
fcc6f533e4
commit
193291fe4d
1 changed files with 2 additions and 0 deletions
|
@ -68,8 +68,10 @@ data:
|
|||
# XXX: change to dbm backend with persistent volume.
|
||||
greenwave_cache={'backend': 'dogpile.cache.memory'},
|
||||
{% if env == 'staging' %}
|
||||
environment='stg',
|
||||
greenwave_api_url='https://greenwave-web-greenwave.app.os.stg.fedoraproject.org/api/v1.0'
|
||||
{% else %}
|
||||
environment='prod',
|
||||
greenwave_api_url='https://greenwave-web-greenwave.app.os.fedoraproject.org/api/v1.0'
|
||||
{% endif %}
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue