mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
add smoke test env var
This commit is contained in:
parent
4a5dc9d946
commit
41e39458d1
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ module.exports =
|
|||
clsi:
|
||||
url: "http://#{process.env['CLSI_HOST'] or 'localhost'}:3013"
|
||||
|
||||
smokeTest: false
|
||||
smokeTest: process.env["SMOKE_TEST"] or false
|
||||
project_cache_length_ms: 1000 * 60 * 60 * 24
|
||||
parallelFileDownloads:1
|
||||
|
||||
|
|
Loading…
Reference in a new issue