mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-29 12:33:39 -05:00
add sentry into settings.defaults
This commit is contained in:
parent
11f07d1f09
commit
4d7f9f3c1a
1 changed files with 3 additions and 0 deletions
|
@ -88,3 +88,6 @@ module.exports =
|
||||||
|
|
||||||
mongo:
|
mongo:
|
||||||
url: "mongodb://#{process.env["MONGO_HOST"] or "localhost"}/sharelatex"
|
url: "mongodb://#{process.env["MONGO_HOST"] or "localhost"}/sharelatex"
|
||||||
|
|
||||||
|
sentry:
|
||||||
|
dsn: process.env.SENTRY_DSN
|
Loading…
Reference in a new issue