1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 20:22:42 +01:00
invoiceninja/config/elastic.scout_driver.php

6 lines
124 B
PHP
Raw Normal View History

2024-09-22 06:49:43 +02:00
<?php declare(strict_types=1);
return [
2024-10-03 06:21:47 +02:00
'refresh_documents' => env('ELASTIC_SCOUT_DRIVER_REFRESH_DOCUMENTS', true),
2024-09-22 06:49:43 +02:00
];