diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-05-05 08:52:14 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-05 08:52:14 +0900 |
| commit | 5c08f2b93b4a9f5bac0718d5b202b83314f4cb7c (patch) | |
| tree | fdcb2c93859c85b3541f3571974f330f836641ec /chart | |
| parent | Update CHANGELOG.md (diff) | |
| download | misskey-5c08f2b93b4a9f5bac0718d5b202b83314f4cb7c.tar.gz misskey-5c08f2b93b4a9f5bac0718d5b202b83314f4cb7c.tar.bz2 misskey-5c08f2b93b4a9f5bac0718d5b202b83314f4cb7c.zip | |
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
Diffstat (limited to 'chart')
| -rw-r--r-- | chart/files/default.yml | 12 |
1 files changed, 5 insertions, 7 deletions
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 └─────────────────────────────────────────── |