add smoke test env var
This commit is contained in:
@@ -25,7 +25,7 @@ module.exports =
|
|||||||
clsi:
|
clsi:
|
||||||
url: "http://#{process.env['CLSI_HOST'] or 'localhost'}:3013"
|
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
|
project_cache_length_ms: 1000 * 60 * 60 * 24
|
||||||
parallelFileDownloads:1
|
parallelFileDownloads:1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user