Files
symfony-flex-recipes-contrib/kunstmaan.search-bundle.5.6.json
T
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

37 lines
1.5 KiB
JSON

{
"manifests": {
"kunstmaan/search-bundle": {
"manifest": {
"bundles": {
"Kunstmaan\\SearchBundle\\KunstmaanSearchBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"container": {
"kunstmaan_search.elasticsearch_version": "7"
}
},
"files": {
"config/packages/kunstmaan_search.yaml": {
"contents": [
"# Default we set the used elasticsearch version to 7 in the \"kunstmaan_search.elasticsearch_version\" parameter.",
"# If you want to use Elasticsearch 6, change the value of the \"kunstmaan_search.elasticsearch_version\" parameter to \"6\" and run \"composer req ruflin/elastica ^6.0\"",
"kunstmaan_search:",
" connection:",
" driver: elastic_search",
" host: localhost",
" port: 9200",
" index_prefix: myproject # TODO: Change this prefix to you liking. Maybe the name of your project",
""
],
"executable": false
}
},
"ref": "ecdee37c6bfdd3872e1d6ede6a37e88c4546a94a"
}
}
}