Syntax correction, missing comma
This commit is contained in:
committed by
GitHub
parent
ee7a13cd0e
commit
fac7741d7e
@ -22,7 +22,7 @@ var client = new elasticsearch.Client({
|
||||
host: [
|
||||
{
|
||||
host: 'es1.internal.org',
|
||||
auth: 'user:password'
|
||||
auth: 'user:password',
|
||||
protocol: 'https',
|
||||
port: 9200
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user