mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Allow using sentry to log errors.
This commit is contained in:
parent
6e4cbc1ee3
commit
8c55b85fc2
5 changed files with 22 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue