d_bag/config/elastic.client.php

8 lines
114 B
PHP
Raw Normal View History

2023-06-23 18:13:54 +00:00
<?php declare(strict_types=1);
return [
'hosts' => [
env('ELASTIC_HOST', 'localhost:9200'),
]
];