aboutsummaryrefslogtreecommitdiffstats
path: root/custom
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.io>2023-03-28 22:23:23 -0400
committerGitHub <noreply@github.com>2023-03-28 22:23:23 -0400
commit92c160d8e716cb3d05215a97cf521e843596f562 (patch)
tree0e99e7e1db24a825fbb9056f356c4692902759a0 /custom
parent265675a31c1939cb25ee659868559aec03fecb48 (diff)
downloadgitea-92c160d8e716cb3d05215a97cf521e843596f562.tar.gz
gitea-92c160d8e716cb3d05215a97cf521e843596f562.zip
Add meilisearch support (#23136)
Add meilisearch support Fixes #20665
Diffstat (limited to 'custom')
-rw-r--r--custom/conf/app.example.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini
index a299255d17..5e0d16b042 100644
--- a/custom/conf/app.example.ini
+++ b/custom/conf/app.example.ini
@@ -1357,13 +1357,13 @@ ROUTER = console
;; Issue Indexer settings
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
-;; Issue indexer type, currently support: bleve, db or elasticsearch, default is bleve
+;; Issue indexer type, currently support: bleve, db, elasticsearch or meilisearch default is bleve
;ISSUE_INDEXER_TYPE = bleve
;;
;; Issue indexer storage path, available when ISSUE_INDEXER_TYPE is bleve
;ISSUE_INDEXER_PATH = indexers/issues.bleve ; Relative paths will be made absolute against _`AppWorkPath`_.
;;
-;; Issue indexer connection string, available when ISSUE_INDEXER_TYPE is elasticsearch
+;; Issue indexer connection string, available when ISSUE_INDEXER_TYPE is elasticsearch or meilisearch
;ISSUE_INDEXER_CONN_STR = http://elastic:changeme@localhost:9200
;;
;; Issue indexer name, available when ISSUE_INDEXER_TYPE is elasticsearch