From d08b28280da88ce3a754657d96089e88a049dc4f Mon Sep 17 00:00:00 2001 From: Valentin Gologuzov Date: Tue, 25 Nov 2014 14:20:56 +0100 Subject: [PATCH] [copr] frontend: take PUBLIC_COPR_HOSTNAME config parameter from vars --- roles/copr/frontend/templates/copr.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/copr/frontend/templates/copr.conf b/roles/copr/frontend/templates/copr.conf index a5cfc17b6c..49fb2fc26f 100644 --- a/roles/copr/frontend/templates/copr.conf +++ b/roles/copr/frontend/templates/copr.conf @@ -33,4 +33,4 @@ WTF_CSRF_ENABLED = True # send emails when user's perms change in project? SEND_EMAILS = True -PUBLIC_COPR_HOSTNAME = "copr.fedoraproject.org" +PUBLIC_COPR_HOSTNAME = "{{ copr_frontend_public_hostname }}"