Add FOSElasticaBundle recipe

This commit is contained in:
Michael COULLERET
2017-05-28 22:37:33 +02:00
parent 9f09e7a9c0
commit 685624eaf8
2 changed files with 14 additions and 0 deletions
@@ -0,0 +1,6 @@
# Read the documentation: https://github.com/FriendsOfSymfony/FOSElasticaBundle/blob/master/Resources/doc/setup.md
fos_elastica:
clients:
default: { host: localhost, port: 9200 }
indexes:
app: ~
@@ -0,0 +1,8 @@
{
"bundles": {
"FOS\\ElasticaBundle\\FOSElasticaBundle": ["all"]
},
"copy-from-recipe": {
"etc/": "%ETC_DIR%/"
}
}