mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
MeiliSearch + Peers&Snatched table swip
This commit is contained in:
@@ -47,6 +47,13 @@ return [
|
||||
],
|
||||
|
||||
'ssl_verification' => nexus_env('ELASTICSEARCH_SSL_VERIFICATION', ''),
|
||||
]
|
||||
],
|
||||
|
||||
'meilisearch' => [
|
||||
'scheme' => nexus_env('MEILISEARCH_SCHEME', 'http'),
|
||||
'host' => nexus_env('MEILISEARCH_HOST', '127.0.0.1'),
|
||||
'port' => (int)nexus_env('MEILISEARCH_PORT', '7700'),
|
||||
'master_key' => nexus_env('MEILISEARCH_MASTER_KEY', ''),
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user