koschei.stg: only topurl via http
This commit is contained in:
parent
2b23e4675b
commit
476d48a831
1 changed files with 4 additions and 6 deletions
|
@ -22,14 +22,12 @@ config = {
|
|||
"database": "koschei"
|
||||
},
|
||||
"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",
|
||||
"topurl": "https://{{ koschei_kojipkgs }}",
|
||||
"weburl": "https://{{ koschei_koji_web }}/koji",
|
||||
{% if env == 'staging' %}
|
||||
"topurl": "http://{{ koschei_kojipkgs }}",
|
||||
{% else %}
|
||||
"topurl": "https://{{ koschei_kojipkgs }}",
|
||||
{% endif %}
|
||||
"login_method": "krb_login",
|
||||
{% if env == 'staging' %} {# 1.9 #}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue