mirror of
https://gh.wpcy.net/https://github.com/aspirepress/AspireCloud.git
synced 2026-06-01 00:19:09 +08:00
7 lines
174 B
PHP
7 lines
174 B
PHP
<?php
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
'auto_index' => env('ELASTICSEARCH_AUTO_INDEX', false),
|
|
'host' => env('ELASTICSEARCH_HOST', 'http://elasticsearch:9200'),
|
|
];
|