Syntax correction, missing comma

This commit is contained in:
Luiz Guilherme Pais dos Santos
2018-02-05 15:08:46 -02:00
committed by GitHub
parent ee7a13cd0e
commit fac7741d7e

View File

@ -22,7 +22,7 @@ var client = new elasticsearch.Client({
host: [
{
host: 'es1.internal.org',
auth: 'user:password'
auth: 'user:password',
protocol: 'https',
port: 9200
}