diff options
author | Valentin Gologuzov <vgologuz@redhat.com> | 2015-08-03 15:21:18 +0200 |
---|---|---|
committer | Valentin Gologuzov <vgologuz@redhat.com> | 2015-08-03 15:21:18 +0200 |
commit | 902b26b65065777432bf60176aa0644a26eefa2c (patch) | |
tree | 797d7e2842f156527bce02f048e179cf88e82b2c /roles/copr | |
parent | 1243be05a153b9c6e3296232aebb270642d14688 (diff) | |
download | ansible-902b26b65065777432bf60176aa0644a26eefa2c.tar.gz ansible-902b26b65065777432bf60176aa0644a26eefa2c.tar.xz ansible-902b26b65065777432bf60176aa0644a26eefa2c.zip |
[copr][frontend] new configuration variable: BACKEND_BASE_URL
Diffstat (limited to 'roles/copr')
-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 |