Allow using sentry to log errors.

This commit is contained in:
Kavin 2022-10-30 19:56:04 +00:00
parent 6e4cbc1ee3
commit 8c55b85fc2
No known key found for this signature in database
GPG key ID: 49451E4482CC5BCD
5 changed files with 22 additions and 11 deletions

View file

@ -34,6 +34,9 @@ DISABLE_SERVER:false
DISABLE_LBRY:false
# How long should unauthenticated subscriptions last for
SUBSCRIPTIONS_EXPIRY:30
# Sentry DSN
# Use Sentry to log errors and trace performance
#SENTRY_DSN:INSERT_HERE
# Hibernate properties
hibernate.connection.url:jdbc:postgresql://postgres:5432/piped
hibernate.connection.driver_class:org.postgresql.Driver