[copr][frontend] new configuration variable: BACKEND_BASE_URL
This commit is contained in:
parent
1243be05a1
commit
902b26b650
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ WHOSHEE_MIN_STRING_LEN = 2
|
||||||
|
|
||||||
SECRET_KEY = '{{ copr_secret_key }}'
|
SECRET_KEY = '{{ copr_secret_key }}'
|
||||||
BACKEND_PASSWORD = '{{ copr_backend_password }}'
|
BACKEND_PASSWORD = '{{ copr_backend_password }}'
|
||||||
|
BACKEND_BASE_URL = '{{ backend_base_url }}'
|
||||||
|
|
||||||
# restrict access to a set of users
|
# restrict access to a set of users
|
||||||
#USE_ALLOWED_USERS = False
|
#USE_ALLOWED_USERS = False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue