mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Add configuration property to disable registration.
This commit is contained in:
parent
2a87b7946d
commit
ced7b0ee9e
4 changed files with 17 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue