Commit 20804483 authored by shajiaiming's avatar shajiaiming

es节点

parent 05d1d555
...@@ -124,5 +124,11 @@ return [ ...@@ -124,5 +124,11 @@ return [
'iv' => '33878402', 'iv' => '33878402',
'options'=> OPENSSL_RAW_DATA | OPENSSL_NO_PADDING, 'options'=> OPENSSL_RAW_DATA | OPENSSL_NO_PADDING,
], ],
'elasticsearch' => [
'class' => 'yii\elasticsearch\Connection',
'nodes' => [
['http_address' => '47.111.132.89:9200'],
],
]
], ],
]; ];
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment