add sentry into settings.defaults
This commit is contained in:
@@ -88,3 +88,6 @@ module.exports =
|
||||
|
||||
mongo:
|
||||
url: "mongodb://#{process.env["MONGO_HOST"] or "localhost"}/sharelatex"
|
||||
|
||||
sentry:
|
||||
dsn: process.env.SENTRY_DSN
|
||||
Reference in New Issue
Block a user