Add new config variables (defaults are what you want if you don't have http to https redirect enabled)

This commit is contained in:
Patrick Jentsch
2020-10-09 14:43:23 +02:00
parent e777006137
commit baebdbe399
2 changed files with 28 additions and 15 deletions

View File

@ -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=
################################################################################