Greenwave: Use greenwave.fp.o url instead of the app.os.fp.o

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2019-04-05 13:51:51 +02:00
parent 2d83bce1e6
commit 11ccd305fe

View file

@ -12,7 +12,7 @@ BODHI_URL = 'https://bodhi.stg.fedoraproject.org/'
SECRET_KEY = '{{stg_greenwave_secret_key}}'
WAIVERDB_API_URL = 'https://waiverdb-web-waiverdb.app.os.stg.fedoraproject.org/api/v1.0'
RESULTSDB_API_URL = 'https://taskotron.stg.fedoraproject.org/resultsdb_api/api/v2.0'
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'
CORS_URL = '*'
{% else %}
DIST_GIT_BASE_URL = 'https://src.fedoraproject.org'
@ -23,7 +23,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'
GREENWAVE_API_URL = 'https://greenwave.fedoraproject.org/api/v1.0'
CORS_URL = 'https://bodhi.fedoraproject.org'
{% endif %}