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 }}"