Add missing config vars.
This commit is contained in:
parent
1ac0afe1a3
commit
a3ff99a825
1 changed files with 5 additions and 0 deletions
|
@ -22,6 +22,11 @@ data:
|
||||||
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'
|
||||||
CORS_URL = '*'
|
CORS_URL = '*'
|
||||||
{% else %}
|
{% else %}
|
||||||
|
DIST_GIT_BASE_URL = 'https://src.fedoraproject.org'
|
||||||
|
DIST_GIT_URL_TEMPLATE = '{DIST_GIT_BASE_URL}/{pkg_namespace}/{pkg_name}/raw/{rev}/f/gating.yaml'
|
||||||
|
KOJI_BASE_URL = 'https://koji.fedoraproject.org/kojihub'
|
||||||
|
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'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue