Added raven on server side
This commit is contained in:
parent
26028040a3
commit
d60804c9db
4 changed files with 29 additions and 0 deletions
|
|
@ -78,3 +78,10 @@ API_AUTHENTICATION_REQUIRED=True
|
|||
# public: anybody can register an account
|
||||
# disabled: nobody can register an account
|
||||
REGISTRATION_MODE=disabled
|
||||
|
||||
# Sentry/Raven error reporting (server side)
|
||||
# Enable Raven if you want to help improve funkwhale by
|
||||
# automatically sending error reports our Sentry instance.
|
||||
# This will help us detect and correct bugs
|
||||
RAVEN_ENABLED=false
|
||||
RAVEN_DSN=https://44332e9fdd3d42879c7d35bf8562c6a4:0062dc16a22b41679cd5765e5342f716@sentry.eliotberriot.com/5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue