<?php return [ 'hosts' => [ [ 'host' => env('ELASTIC_HOST'), 'user' => env('ELASTIC_USER'), 'pass' => env('ELASTIC_PASSWD'), ], ], ];