diff --git a/friendsofsymfony/elastica-bundle/5.0/etc/packages/fos_elastica.yml b/friendsofsymfony/elastica-bundle/5.0/etc/packages/fos_elastica.yml new file mode 100644 index 00000000..68efece9 --- /dev/null +++ b/friendsofsymfony/elastica-bundle/5.0/etc/packages/fos_elastica.yml @@ -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: ~ diff --git a/friendsofsymfony/elastica-bundle/5.0/manifest.json b/friendsofsymfony/elastica-bundle/5.0/manifest.json new file mode 100644 index 00000000..0a0b625f --- /dev/null +++ b/friendsofsymfony/elastica-bundle/5.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "FOS\\ElasticaBundle\\FOSElasticaBundle": ["all"] + }, + "copy-from-recipe": { + "etc/": "%ETC_DIR%/" + } +}