diff options
-rw-r--r-- | roles/koschei/frontend/templates/config-frontend.cfg.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/koschei/frontend/templates/config-frontend.cfg.j2 b/roles/koschei/frontend/templates/config-frontend.cfg.j2 index 8b07a4fe0..559751caa 100644 --- a/roles/koschei/frontend/templates/config-frontend.cfg.j2 +++ b/roles/koschei/frontend/templates/config-frontend.cfg.j2 @@ -11,8 +11,8 @@ config = { "database": "koschei" }, "koji_config": { - "topurl": "http://{{ koschei_kojipkgs }}", - "weburl": "http://{{ koschei_koji_web }}/koji", + "topurl": "https://{{ koschei_kojipkgs }}", + "weburl": "https://{{ koschei_koji_web }}/koji", }, "flask": { "SECRET_KEY": "{{ koschei_flask_secret_key }}", |