MeiliSearch + Peers&Snatched table swip

This commit is contained in:
xiaomlove
2023-04-06 02:06:01 +08:00
parent c5cfd4acc7
commit 3dff8e457d
19 changed files with 785 additions and 77 deletions

View File

@@ -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', ''),
],
];