Greenwave: use the correct url to get decision

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2019-04-05 13:30:52 +02:00
parent 4b8f8b16f5
commit ead3c8a64d

View file

@ -22,6 +22,7 @@ BODHI_URL = 'https://bodhi.fedoraproject.org/'
SECRET_KEY = '{{prod_greenwave_secret_key}}'
WAIVERDB_API_URL = 'https://waiverdb-web-waiverdb.app.os.fedoraproject.org/api/v1.0'
RESULTSDB_API_URL = 'https://taskotron.fedoraproject.org/resultsdb_api/api/v2.0'
GREENWAVE_API_URL = 'https://greenwave-web-greenwave.app.os.fedoraproject.org/api/v1.0'
CORS_URL = 'https://bodhi.fedoraproject.org'
{% endif %}