%PDF- %PDF-
Direktori : /home/graphicd/www/vebto/vendor/matchish/laravel-scout-elasticsearch/config/ |
Current File : /home/graphicd/www/vebto/vendor/matchish/laravel-scout-elasticsearch/config/elasticsearch.php |
<?php return [ 'host' => env('ELASTICSEARCH_HOST'), 'indices' => [ 'mappings' => [ 'default' => [ 'properties' => [ 'id' => [ 'type' => 'keyword', ], ], ], ], 'settings' => [ 'default' => [ 'number_of_shards' => 1, 'number_of_replicas' => 0, ], ], ], ];