Skip to content

Commit

Permalink
feat(es6): set elasticsearch6 as default
Browse files Browse the repository at this point in the history
  • Loading branch information
missinglink committed Nov 27, 2019
1 parent de66daa commit 6394450
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/defaults.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"esclient": {
"apiVersion": "5.6",
"apiVersion": "6.8",
"keepAlive": true,
"requestTimeout": "120000",
"hosts": [{
Expand Down
2 changes: 1 addition & 1 deletion test/expected-deep.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"esclient": {
"apiVersion": "5.6",
"apiVersion": "6.8",
"keepAlive": true,
"requestTimeout": "120000",
"hosts": [{
Expand Down

0 comments on commit 6394450

Please sign in to comment.