mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
10 lines
472 B
YAML
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
|