Add configuration property to disable registration.

This commit is contained in:
FireMaskterK 2021-11-09 06:27:29 +00:00
parent 2a87b7946d
commit ced7b0ee9e
No known key found for this signature in database
GPG key ID: 49451E4482CC5BCD
4 changed files with 17 additions and 0 deletions

View file

@ -23,6 +23,9 @@ FRONTEND_URL: https://piped.kavin.rocks
# Enable haveibeenpwned compromised password API
COMPROMISED_PASSWORD_CHECK: true
# Disable Registration
DISABLE_REGISTRATION: false
# Hibernate properties
hibernate.connection.url: jdbc:postgresql://postgres:5432/piped
hibernate.connection.driver_class: org.postgresql.Driver