Add attachments, more pages
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
12
config/scout_elastic.php
Normal file
12
config/scout_elastic.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'client' => [
|
||||
'hosts' => [
|
||||
env('SCOUT_ELASTIC_HOST', 'localhost:9200'),
|
||||
],
|
||||
],
|
||||
'update_mapping' => env('SCOUT_ELASTIC_UPDATE_MAPPING', true),
|
||||
'indexer' => env('SCOUT_ELASTIC_INDEXER', 'single'),
|
||||
'document_refresh' => env('SCOUT_ELASTIC_DOCUMENT_REFRESH'),
|
||||
];
|
Reference in New Issue
Block a user