mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Add option to disable HIBP password check.
Usage of this option is discouraged for password security reason.
This commit is contained in:
parent
59bdec9d33
commit
a1a3e717b2
3 changed files with 7 additions and 1 deletions
|
@ -20,6 +20,9 @@ API_URL: https://pipedapi.kavin.rocks
|
|||
# Public Frontend URL
|
||||
FRONTEND_URL: https://piped.kavin.rocks
|
||||
|
||||
# Enable haveibeenpwned compromised password API
|
||||
COMPROMISED_PASSWORD_CHECK: true
|
||||
|
||||
# Hibernate properties
|
||||
hibernate.connection.url: jdbc:postgresql://postgres:5432/piped
|
||||
hibernate.connection.driver_class: org.postgresql.Driver
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue