From 5c08f2b93b4a9f5bac0718d5b202b83314f4cb7c Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 5 May 2023 08:52:14 +0900 Subject: feat: Introduce Meilisearch (#10755) * wip * wip * Update SearchService.ts * Update SearchService.ts * wip * wip * Update SearchService.ts * Update CHANGELOG.md * wip * Update SearchService.ts * Update docker-compose.yml.example --- chart/files/default.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'chart') diff --git a/chart/files/default.yml b/chart/files/default.yml index 1888669245..f50c38d57e 100644 --- a/chart/files/default.yml +++ b/chart/files/default.yml @@ -116,15 +116,13 @@ redis: # #prefix: example-prefix # #db: 1 -# ┌─────────────────────────────┐ -#───┘ Elasticsearch configuration └───────────────────────────── +# ┌───────────────────────────┐ +#───┘ MeiliSearch configuration └───────────────────────────── -#elasticsearch: +#meilisearch: # host: localhost -# port: 9200 -# ssl: false -# user: -# pass: +# port: 7700 +# apiKey: '' # ┌───────────────┐ #───┘ ID generation └─────────────────────────────────────────── -- cgit v1.2.3-freya