STG greenwave should listen to the STG bus.

This commit is contained in:
Ralph Bean 2017-10-16 19:07:45 +00:00
parent 4069351c3c
commit 057de5357b

View file

@ -70,6 +70,12 @@ data:
{% if env == 'staging' %}
environment='stg',
greenwave_api_url='https://greenwave-web-greenwave.app.os.stg.fedoraproject.org/api/v1.0'
# STG greenwave should listen to the STG bus.
endpoints=dict(
staging_gateway=[
'tcp://hub.stg.fedoraproject.org:9940',
],
),
{% else %}
environment='prod',
greenwave_api_url='https://greenwave-web-greenwave.app.os.fedoraproject.org/api/v1.0'