Merge branch 'ho-dockerise' of github.com:sharelatex/clsi-sharelatex into ho-dockerise

This commit is contained in:
Henry Oswald
2018-08-19 11:46:11 +01:00

View File

@@ -39,6 +39,8 @@ module.exports =
parallelSqlQueryLimit: process.env["FILESTORE_PARALLEL_SQL_QUERY_LIMIT"] or 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"]