Trailing comma.
This commit is contained in:
parent
057de5357b
commit
1a64cbb889
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ data:
|
||||||
greenwave_cache={'backend': 'dogpile.cache.memory'},
|
greenwave_cache={'backend': 'dogpile.cache.memory'},
|
||||||
{% 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.
|
# STG greenwave should listen to the STG bus.
|
||||||
endpoints=dict(
|
endpoints=dict(
|
||||||
staging_gateway=[
|
staging_gateway=[
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue