mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
32 lines
1.0 KiB
JSON
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"
|
|
}
|
|
}
|
|
}
|