mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-06 19:09:14 +00:00
5 lines
112 B
JavaScript
5 lines
112 B
JavaScript
var Client = require('elasticsearch').Client;
|
|
module.exports = new Client({
|
|
host: 'http://localhost:9800'
|
|
});
|