%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/graphicd/www/vebto/vendor/matchish/laravel-scout-elasticsearch/config/
Upload File :
Create Path :
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,
            ],
        ],
    ],
];

Zerion Mini Shell 1.0