Temporarilly disable sig validation for greenwave stg to try and figure out whats going on.
This commit is contained in:
parent
517e2dc37d
commit
d2fdd103c3
1 changed files with 3 additions and 0 deletions
|
@ -258,6 +258,9 @@ data:
|
|||
},
|
||||
|
||||
{% if env == 'staging' %}
|
||||
# XXX - remove this. threebean trying to debug.
|
||||
validate_signatures=False,
|
||||
|
||||
environment='stg',
|
||||
relay_inbound=["tcp://busgateway01.stg.phx2.fedoraproject.org:9941"],
|
||||
greenwave_api_url='https://greenwave-web-greenwave.app.os.stg.fedoraproject.org/api/v1.0',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue