elektronika_bagisto/config/elastic.client.php

8 lines
114 B
PHP
Raw Permalink Normal View History

2021-10-24 15:19:25 +00:00
<?php declare(strict_types=1);
return [
'hosts' => [
env('ELASTIC_HOST', 'localhost:9200'),
]
];