Skip to content

Commit

Permalink
Add some missing config properties.
Browse files Browse the repository at this point in the history
  • Loading branch information
FireMasterK authored and aspacca committed Jul 23, 2022
1 parent fa5e01c commit 50ffec3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions template/config.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ API_URL: BACKEND_URL
# Public Frontend URL
FRONTEND_URL: FRONT_URL

# 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.connection.url: jdbc:postgresql://postgres:5432/piped
hibernate.connection.driver_class: org.postgresql.Driver
Expand Down

0 comments on commit 50ffec3

Please sign in to comment.