diff options
-rw-r--r-- | roles/copr/frontend/templates/copr.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/copr/frontend/templates/copr.conf b/roles/copr/frontend/templates/copr.conf index 49638261a..3f325e36d 100644 --- a/roles/copr/frontend/templates/copr.conf +++ b/roles/copr/frontend/templates/copr.conf @@ -7,6 +7,7 @@ WHOSHEE_MIN_STRING_LEN = 2 SECRET_KEY = '{{ copr_secret_key }}' BACKEND_PASSWORD = '{{ copr_backend_password }}' +BACKEND_BASE_URL = '{{ backend_base_url }}' # restrict access to a set of users #USE_ALLOWED_USERS = False |