allow setting the ES_PORT
This commit is contained in:
@ -6,7 +6,7 @@ var defaults = {
|
||||
clusterName: 'yaml-test-runner',
|
||||
dataPath: '/tmp/yaml-test-runner',
|
||||
host: 'localhost',
|
||||
port: '9400'
|
||||
port: process.env.ES_PORT || '9400'
|
||||
};
|
||||
|
||||
if (process.browser) {
|
||||
|
||||
Reference in New Issue
Block a user