mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-27 22:12:11 +00:00
Merge pull request #61 from overleaf/bg-allow-continue-on-error
add continueOnError in settings
This commit is contained in:
commit
616c673ead
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue