mirror of
https://github.com/thomiceli/opengist.git
synced 2025-06-23 18:27:57 +02:00
Add Meilisearch indexer (#444)
This commit is contained in:
11
config.yml
11
config.yml
@ -23,11 +23,14 @@ secret-key:
|
||||
# MySQL/MariaDB: mysql://user:password@host:port/database
|
||||
db-uri: opengist.db
|
||||
|
||||
# Enable or disable the code search index (either `true` or `false`). Default: true
|
||||
index.enabled: true
|
||||
# Define the code indexer (either `bleve`, `meilisearch`, or empty for no index). Default: bleve
|
||||
index: bleve
|
||||
|
||||
# Name of the directory where the code search index is stored. Default: opengist.index
|
||||
index.dirname: opengist.index
|
||||
# Set the host for the Meiliseach server
|
||||
index.meili.host:
|
||||
|
||||
# Set the API key for the Meiliseach server
|
||||
index.meili.api-key:
|
||||
|
||||
# Default branch name used by Opengist when initializing Git repositories.
|
||||
# If not set, uses the Git default branch name. See https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup#_new_default_branch
|
||||
|
Reference in New Issue
Block a user