copr-frontend: add resalloc_url

This commit is contained in:
Jakub Kadlcik 2023-05-25 12:37:14 +02:00
parent a4d2fb7107
commit accdf12cec

View file

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