mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-16 01:26:27 +03:00
13 lines
244 B
JSON
13 lines
244 B
JSON
{
|
|
"bundles": {
|
|
"Nelmio\\SolariumBundle\\NelmioSolariumBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"SOLR_HOST": "localhost",
|
|
"SOLR_CORE": "example"
|
|
}
|
|
}
|