Skip to content

Commit

Permalink
chore: change ElasticSearch port (9201 to 9200)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Dec 2, 2020
1 parent 31fa30c commit d66ab60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest-es-config.js
Expand Up @@ -3,7 +3,7 @@ module.exports = () => {
esVersion: "7.6.0",
clusterName: "test-cluster",
nodeName: "test-node",
port: 9201,
port: 9200,
indexes: []
};
};

0 comments on commit d66ab60

Please sign in to comment.