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:
parent
2d83bce1e6
commit
11ccd305fe
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ BODHI_URL = 'https://bodhi.stg.fedoraproject.org/'
|
||||||
SECRET_KEY = '{{stg_greenwave_secret_key}}'
|
SECRET_KEY = '{{stg_greenwave_secret_key}}'
|
||||||
WAIVERDB_API_URL = 'https://waiverdb-web-waiverdb.app.os.stg.fedoraproject.org/api/v1.0'
|
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'
|
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 = '*'
|
CORS_URL = '*'
|
||||||
{% else %}
|
{% else %}
|
||||||
DIST_GIT_BASE_URL = 'https://src.fedoraproject.org'
|
DIST_GIT_BASE_URL = 'https://src.fedoraproject.org'
|
||||||
|
@ -23,7 +23,7 @@ BODHI_URL = 'https://bodhi.fedoraproject.org/'
|
||||||
SECRET_KEY = '{{prod_greenwave_secret_key}}'
|
SECRET_KEY = '{{prod_greenwave_secret_key}}'
|
||||||
WAIVERDB_API_URL = 'https://waiverdb-web-waiverdb.app.os.fedoraproject.org/api/v1.0'
|
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'
|
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'
|
CORS_URL = 'https://bodhi.fedoraproject.org'
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue