mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-07-01 18:30:34 +00:00
Add new config variables (defaults are what you want if you don't have http to https redirect enabled)
This commit is contained in:
16
.env.tpl
16
.env.tpl
@ -100,15 +100,23 @@ NOPAQUE_CONTACT_EMAIL_ADRESS=
|
||||
# Choose one: http, https
|
||||
# NOPAQUE_PROTOCOL=
|
||||
|
||||
# DEFAULT: 5
|
||||
# NOPAQUE_RESSOURCES_PER_PAGE=
|
||||
# DEFAULT: True
|
||||
# Choose one: False, True
|
||||
# NOPAQUE_REMEMBER_COOKIE_HTTPONLY=
|
||||
|
||||
# DEFAULT: False
|
||||
# Choose one: False, True
|
||||
# HINT: Set to true if you redirect http to https
|
||||
# NOPAQUE_REMEMBER_COOKIE_SECURE=
|
||||
|
||||
# DEFAULT: hard to guess string
|
||||
# HINT: Use this bash command `python -c "import uuid; print(uuid.uuid4().hex)"`
|
||||
# NOPAQUE_SECRET_KEY=
|
||||
|
||||
# DEFAULT: 10
|
||||
# NOPAQUE_USERS_PER_PAGE=
|
||||
# DEFAULT: False
|
||||
# Choose one: False, True
|
||||
# HINT: Set to true if you redirect http to https
|
||||
# NOPAQUE_SESSION_COOKIE_SECURE=
|
||||
|
||||
|
||||
################################################################################
|
||||
|
Reference in New Issue
Block a user