From 902b26b65065777432bf60176aa0644a26eefa2c Mon Sep 17 00:00:00 2001 From: Valentin Gologuzov Date: Mon, 3 Aug 2015 15:21:18 +0200 Subject: [copr][frontend] new configuration variable: BACKEND_BASE_URL --- roles/copr/frontend/templates/copr.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'roles/copr') 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 -- cgit