Files
archived-recipes-contrib/meilisearch/search-bundle/0.10/config/packages/meilisearch.yaml
2023-03-16 10:12:02 +01:00

10 lines
472 B
YAML

meilisearch:
url: '%env(MEILISEARCH_URL)%' # URL of the Meilisearch server (mandatory)
api_key: '%env(MEILISEARCH_API_KEY)%' # API key to access the Meilisearch server (mandatory)
prefix: '%env(MEILISEARCH_PREFIX)%'
indices:
# Define entities or documents that should be indexed to Meilisearch.
# See https://github.com/meilisearch/meilisearch-symfony/wiki/configure-searchable-data
#- name: posts
# class: App\Entity\Post