Added NelmioSolariumBundle v2.4 recipe

This commit is contained in:
Emanuele Panzeri
2017-11-18 11:31:07 +01:00
parent f546718680
commit de3ced82d8
2 changed files with 25 additions and 0 deletions
@@ -0,0 +1,13 @@
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
# timeout: 5
clients:
default:
endpoints: [default]
+12
View File
@@ -0,0 +1,12 @@
{
"bundles": {
"Nelmio\\SolariumBundle\\NelmioSolariumBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"SOLR_HOST": "localhost",
"SOLR_CORE": "example"
}
}