mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
add continueOnError in settings
This commit is contained in:
parent
618bd624e6
commit
4eab16d6f4
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