Changed default port for testing es to 9400
This commit is contained in:
@ -6,7 +6,7 @@ var defaults = {
|
||||
clusterName: 'yaml-test-runner',
|
||||
dataPath: '/tmp/yaml-test-runner',
|
||||
host: 'localhost',
|
||||
port: '9200'
|
||||
port: '9400'
|
||||
};
|
||||
|
||||
if (process.browser) {
|
||||
|
||||
Reference in New Issue
Block a user