Files
symfony-flex-recipes-contrib/nelmio.solarium-bundle.5.0.json
T
github-action[bot]andgithub-action[bot] 5079b19cce Update Flex endpoint
2024-01-01 21:12:54 +00:00

44 lines
1.6 KiB
JSON

{
"manifests": {
"nelmio/solarium-bundle": {
"manifest": {
"bundles": {
"Nelmio\\SolariumBundle\\NelmioSolariumBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"SOLR_HOST": "localhost",
"SOLR_CORE": "example"
}
},
"files": {
"config/packages/nelmio_solarium.yaml": {
"contents": [
"nelmio_solarium:",
" endpoints:",
" default:",
" host: \"%env(SOLR_HOST)%\"",
" core: \"%env(SOLR_CORE)%\"",
" # The following are the default parameters for Solarium client:",
" # scheme: http",
" # port: 8983",
" # path: /solr",
" clients:",
" default:",
" endpoints: [default]",
" # You can customize the http timeout (in seconds) here. The default is 5sec.",
" # adapter_timeout: 5",
""
],
"executable": false
}
},
"ref": "f5714ba6eab6c2399a1abc8209edef8a221a25b4"
}
}
}