From a8568f8a87f63dad6b19ba76dfa086c34900071f Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 4 Jun 2021 13:44:13 +0200 Subject: [PATCH] copr-fe: provide link to stats (this config option will be used in the next copr-frontend release) --- roles/copr/frontend-cloud/templates/copr.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/copr/frontend-cloud/templates/copr.conf b/roles/copr/frontend-cloud/templates/copr.conf index a51359b1ea..8c7e359a5e 100644 --- a/roles/copr/frontend-cloud/templates/copr.conf +++ b/roles/copr/frontend-cloud/templates/copr.conf @@ -24,6 +24,8 @@ BACKEND_PASSWORD = '{{ copr_backend_password_stg }}' BACKEND_BASE_URL = '{{ backend_base_url }}' +BACKEND_STATS_URI = "/stats/index.html" + # restrict access to a set of users #USE_ALLOWED_USERS = False #ALLOWED_USERS = ['bonnie', 'clyde']