From fb074425fdeda5b1560e2689bfd06dd766fe8213 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Kadl=C4=8D=C3=ADk?= Date: Fri, 11 Jan 2019 14:33:57 +0100 Subject: [PATCH] Remove 'frontend_url' variable, it is not used anymore --- roles/copr/backend/templates/copr-be.conf.j2 | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/copr/backend/templates/copr-be.conf.j2 b/roles/copr/backend/templates/copr-be.conf.j2 index 2770fb0331..b6894339b6 100644 --- a/roles/copr/backend/templates/copr-be.conf.j2 +++ b/roles/copr/backend/templates/copr-be.conf.j2 @@ -5,8 +5,6 @@ results_baseurl={{ backend_base_url }}/results # Base frontend url frontend_base_url={{ frontend_base_url }} -# Url for backend communication endpoint (will be eliminated at some point) -frontend_url={{ frontend_base_url }}/backend # must have same value as BACKEND_PASSWORD from have frontend in /etc/copr/copr.conf # default is PASSWORDHERE but you really should change it. really.