STG greenwave should listen to the STG bus.
This commit is contained in:
parent
4069351c3c
commit
057de5357b
1 changed files with 6 additions and 0 deletions
|
@ -70,6 +70,12 @@ data:
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
environment='stg',
|
environment='stg',
|
||||||
greenwave_api_url='https://greenwave-web-greenwave.app.os.stg.fedoraproject.org/api/v1.0'
|
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 %}
|
{% else %}
|
||||||
environment='prod',
|
environment='prod',
|
||||||
greenwave_api_url='https://greenwave-web-greenwave.app.os.fedoraproject.org/api/v1.0'
|
greenwave_api_url='https://greenwave-web-greenwave.app.os.fedoraproject.org/api/v1.0'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue