Use https when accessing koji for dev and stg too
This commit is contained in:
parent
81c0a4b6e3
commit
d836eacecf
2 changed files with 4 additions and 2 deletions
|
@ -40,7 +40,8 @@ taskotron_fas_password: ''
|
|||
execdb_external_url: https://taskotron-dev.fedoraproject.org/execdb
|
||||
resultsdb_server: http://resultsdb-dev01.qa.fedoraproject.org/resultsdb_api/api/v2.0
|
||||
bodhi_server: https://bodhi.fedoraproject.org/
|
||||
kojihub_url: http://koji.fedoraproject.org/kojihub
|
||||
kojihub_url: https://koji.fedoraproject.org/kojihub
|
||||
kojipkg_url: https://kojipkgs.fedoraproject.org/packages
|
||||
taskotron_master: https://taskotron-dev.fedoraproject.org/taskmaster
|
||||
resultsdb_external_url: https://taskotron-dev.fedoraproject.org/resultsdb
|
||||
artifacts_base_url: https://taskotron-dev.fedoraproject.org/artifacts
|
||||
|
|
|
@ -41,7 +41,8 @@ execdb_external_url: https://taskotron.stg.fedoraproject.org/execdb/
|
|||
resultsdb_server: http://resultsdb-stg01.qa.fedoraproject.org/resultsdb_api/api/v2.0/
|
||||
# this should be proxy01.stg through /etc/hosts
|
||||
bodhi_server: http://bodhi.fedoraproject.org/
|
||||
kojihub_url: http://koji.fedoraproject.org/kojihub
|
||||
kojihub_url: https://koji.fedoraproject.org/kojihub
|
||||
kojipkg_url: https://kojipkgs.fedoraproject.org/packages
|
||||
taskotron_master: https://taskotron.stg.fedoraproject.org/taskmaster/
|
||||
resultsdb_external_url: https://taskotron.stg.fedoraproject.org/resultsdb
|
||||
artifacts_base_url: https://taskotron.stg.fedoraproject.org/artifacts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue