mirror of
https://github.com/TeamPiped/Piped-Docker.git
synced 2024-12-13 22:00:40 +05:30
Add some missing config properties.
Ref: https://github.com/TeamPiped/Piped/issues/1123
This commit is contained in:
parent
9b6ba05f4a
commit
c4fe0c1ac4
@ -20,6 +20,15 @@ API_URL: https://BACKEND_HOSTNAME
|
|||||||
# Public Frontend URL
|
# Public Frontend URL
|
||||||
FRONTEND_URL: https://FRONTEND_HOSTNAME
|
FRONTEND_URL: https://FRONTEND_HOSTNAME
|
||||||
|
|
||||||
|
# Enable haveibeenpwned compromised password API
|
||||||
|
COMPROMISED_PASSWORD_CHECK: true
|
||||||
|
|
||||||
|
# Disable Registration
|
||||||
|
DISABLE_REGISTRATION: false
|
||||||
|
|
||||||
|
# Feed Retention Time in Days
|
||||||
|
FEED_RETENTION: 30
|
||||||
|
|
||||||
# Hibernate properties
|
# Hibernate properties
|
||||||
hibernate.connection.url: jdbc:postgresql://postgres:5432/piped
|
hibernate.connection.url: jdbc:postgresql://postgres:5432/piped
|
||||||
hibernate.connection.driver_class: org.postgresql.Driver
|
hibernate.connection.driver_class: org.postgresql.Driver
|
||||||
|
Loading…
Reference in New Issue
Block a user