mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-24 17:53:44 +00:00
Read sentry dsn from env
This commit is contained in:
parent
361eaf9217
commit
2aac47256f
1 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,8 @@ module.exports =
|
|||
parallelSqlQueryLimit:1
|
||||
filestoreDomainOveride: process.env["FILESTORE_DOMAIN_OVERRIDE"]
|
||||
texliveImageNameOveride: process.env["TEX_LIVE_IMAGE_NAME_OVERRIDE"]
|
||||
sentry:
|
||||
dsn: process.env['SENTRY_DSN']
|
||||
|
||||
|
||||
if process.env["DOCKER_RUNNER"]
|
||||
|
|
Loading…
Reference in a new issue