Skip to content

Commit

Permalink
last changes
Browse files Browse the repository at this point in the history
  • Loading branch information
adrixp committed Nov 8, 2018
1 parent 58c4cee commit b8cd761
Show file tree
Hide file tree
Showing 11 changed files with 68,366 additions and 554 deletions.
9 changes: 9 additions & 0 deletions connection.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
var elasticsearch = require('elasticsearch');

var client = new elasticsearch.Client( {
hosts: [
'192.168.1.86:9200'
]
});

module.exports = client;
Loading

0 comments on commit b8cd761

Please sign in to comment.