Add option to disable HIBP password check.

Usage of this option is discouraged for password security reason.
This commit is contained in:
FireMaskterK 2021-10-04 19:57:56 +01:00
parent 59bdec9d33
commit a1a3e717b2
3 changed files with 7 additions and 1 deletions

View file

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