greenwave: update greenwave's url in a couple more places
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
45e097a882
commit
2d94aeb480
1 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@ config = dict(
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
environment='stg',
|
environment='stg',
|
||||||
relay_inbound=["tcp://busgateway01.stg.iad2.fedoraproject.org:9941"],
|
relay_inbound=["tcp://busgateway01.stg.iad2.fedoraproject.org:9941"],
|
||||||
greenwave_api_url='https://greenwave-web-greenwave.app.os.stg.fedoraproject.org/api/v1.0',
|
greenwave_api_url='https://greenwave.stg.fedoraproject.org/api/v1.0',
|
||||||
# STG greenwave should listen to the STG bus.
|
# STG greenwave should listen to the STG bus.
|
||||||
endpoints=dict(
|
endpoints=dict(
|
||||||
staging_gateway=[
|
staging_gateway=[
|
||||||
|
@ -58,6 +58,6 @@ config = dict(
|
||||||
{% else %}
|
{% else %}
|
||||||
environment='prod',
|
environment='prod',
|
||||||
relay_inbound=["tcp://busgateway01.iad2.fedoraproject.org:9941"],
|
relay_inbound=["tcp://busgateway01.iad2.fedoraproject.org:9941"],
|
||||||
greenwave_api_url='https://greenwave-web-greenwave.app.os.fedoraproject.org/api/v1.0'
|
greenwave_api_url='https://greenwave.fedoraproject.org/api/v1.0'
|
||||||
{% endif %}
|
{% endif %}
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue