diff --git a/template/config.properties b/template/config.properties index fc1050a..6ca8ef1 100644 --- a/template/config.properties +++ b/template/config.properties @@ -20,6 +20,15 @@ API_URL: https://BACKEND_HOSTNAME # Public Frontend URL 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.connection.url: jdbc:postgresql://postgres:5432/piped hibernate.connection.driver_class: org.postgresql.Driver