summaryrefslogtreecommitdiff
path: root/.devcontainer
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2023-05-05 08:52:14 +0900
committerGitHub <noreply@github.com>2023-05-05 08:52:14 +0900
commit5c08f2b93b4a9f5bac0718d5b202b83314f4cb7c (patch)
treefdcb2c93859c85b3541f3571974f330f836641ec /.devcontainer
parentUpdate CHANGELOG.md (diff)
downloadsharkey-5c08f2b93b4a9f5bac0718d5b202b83314f4cb7c.tar.gz
sharkey-5c08f2b93b4a9f5bac0718d5b202b83314f4cb7c.tar.bz2
sharkey-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 '.devcontainer')
-rw-r--r--.devcontainer/devcontainer.yml14
1 files changed, 6 insertions, 8 deletions
diff --git a/.devcontainer/devcontainer.yml b/.devcontainer/devcontainer.yml
index 2af306e3da..e1b89c25bd 100644
--- a/.devcontainer/devcontainer.yml
+++ b/.devcontainer/devcontainer.yml
@@ -95,15 +95,13 @@ redis:
# #prefix: example-prefix
# #db: 1
-# ┌─────────────────────────────┐
-#───┘ Elasticsearch configuration └─────────────────────────────
+# ┌───────────────────────────┐
+#───┘ MeiliSearch configuration └─────────────────────────────
-#elasticsearch:
-# host: localhost
-# port: 9200
-# ssl: false
-# user:
-# pass:
+#meilisearch:
+# host: meilisearch
+# port: 7700
+# apiKey: ''
# ┌───────────────┐
#───┘ ID generation └───────────────────────────────────────────