copr-fe: provide link to stats

(this config option will be used in the next copr-frontend release)
This commit is contained in:
Pavel Raiskup 2021-06-04 13:44:13 +02:00
parent 697db5fbc0
commit a8568f8a87

View file

@ -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']