mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
feat: Ability to show detailed auth errors, set to false by default (#860)
This commit is contained in:
parent
573e6b65ba
commit
ccfc621d51
7 changed files with 29 additions and 2 deletions
|
@ -24,6 +24,8 @@ services:
|
|||
# Configure knex to accept SSL certificates
|
||||
# - KNEX_REJECT_UNAUTHORIZED_SSL_CERTIFICATE=false
|
||||
|
||||
# - SHOW_DETAILED_AUTH_ERRORS=false # Set to true to show more detailed authentication error messages. It should not be enabled without a rate limiter for security reasons.
|
||||
|
||||
# - ALLOW_ALL_TO_CREATE_PROJECTS=true
|
||||
|
||||
# - OIDC_ISSUER=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue