Temporarilly disable sig validation for greenwave stg to try and figure out whats going on.

This commit is contained in:
Ralph Bean 2017-10-19 17:13:43 +00:00
parent 517e2dc37d
commit d2fdd103c3

View file

@ -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',