mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 10:01:44 +08:00
[copr] frontend: take PUBLIC_COPR_HOSTNAME config parameter from vars
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user