mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 13:49:00 +02:00
Merge pull request #61 from overleaf/bg-allow-continue-on-error
add continueOnError in settings
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user