Merge pull request #61 from overleaf/bg-allow-continue-on-error

add continueOnError in settings
This commit is contained in:
Brian Gough 2019-10-01 15:08:49 +01:00 committed by GitHub
commit 616c673ead

View file

@ -40,6 +40,7 @@ module.exports =
secret: process.env['AWS_SECRET_ACCESS_KEY']
stores:
doc_history: process.env['AWS_BUCKET']
continueOnError: process.env['TRACK_CHANGES_CONTINUE_ON_ERROR'] or false
path:
dumpFolder: Path.join(TMP_DIR, "dumpFolder")