From accdf12cecf7fe8a76d407503bb10218b66241af Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Thu, 25 May 2023 12:37:14 +0200 Subject: [PATCH] copr-frontend: add resalloc_url --- roles/copr/frontend/templates/copr.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/copr/frontend/templates/copr.conf b/roles/copr/frontend/templates/copr.conf index 1f4b46afef..33ffbfe1b4 100644 --- a/roles/copr/frontend/templates/copr.conf +++ b/roles/copr/frontend/templates/copr.conf @@ -27,6 +27,8 @@ BACKEND_BASE_URL = '{{ backend_base_url }}' BACKEND_STATS_URI = "/stats/index.html" +RESALLOC_URL = "{{ backend_base_url }}/resalloc" + # restrict access to a set of users #USE_ALLOWED_USERS = False #ALLOWED_USERS = ['bonnie', 'clyde']