koji.stg https doesn't work from koschei.stg
This commit is contained in:
parent
bc5181cae9
commit
a385942801
1 changed files with 6 additions and 0 deletions
|
@ -22,9 +22,15 @@ config = {
|
||||||
"database": "koschei"
|
"database": "koschei"
|
||||||
},
|
},
|
||||||
"koji_config": {
|
"koji_config": {
|
||||||
|
{% if env == 'staging' %}
|
||||||
|
"server": "http://{{ koschei_koji_hub }}/kojihub",
|
||||||
|
"topurl": "http://{{ koschei_kojipkgs }}",
|
||||||
|
"weburl": "http://{{ koschei_koji_web }}/koji",
|
||||||
|
{% else %}
|
||||||
"server": "https://{{ koschei_koji_hub }}/kojihub",
|
"server": "https://{{ koschei_koji_hub }}/kojihub",
|
||||||
"topurl": "https://{{ koschei_kojipkgs }}",
|
"topurl": "https://{{ koschei_kojipkgs }}",
|
||||||
"weburl": "https://{{ koschei_koji_web }}/koji",
|
"weburl": "https://{{ koschei_koji_web }}/koji",
|
||||||
|
{% endif %}
|
||||||
"login_method": "krb_login",
|
"login_method": "krb_login",
|
||||||
{% if env == 'staging' %} {# 1.9 #}
|
{% if env == 'staging' %} {# 1.9 #}
|
||||||
"login_args": {
|
"login_args": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue