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

32 lines
1.0 KiB
JSON

{
"manifests": {
"kunstmaan/search-bundle": {
"manifest": {
"bundles": {
"Kunstmaan\\SearchBundle\\KunstmaanSearchBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/kunstmaan_search.yaml": {
"contents": [
"kunstmaan_search:",
" connection:",
" driver: elastic_search",
" host: localhost",
" port: 9200",
" index_prefix: myproject # Change this prefix to you liking. Maybe the name of your project",
""
],
"executable": false
}
},
"ref": "9d01a6ee0822f655ee7b696b98bd590ef3caa58d"
}
}
}