Skip to content

Commit

Permalink
Add Sylius Search Plugin v2 recipe (#1534)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximehuran authored Aug 30, 2023
1 parent c4e97df commit c519a3c
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
imports:
- { resource: "@MonsieurBizSyliusSearchPlugin/Resources/config/config.yaml" }
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
monsieurbiz_search_plugin:
resource: "@MonsieurBizSyliusSearchPlugin/Resources/config/routing.yaml"
22 changes: 22 additions & 0 deletions monsieurbiz/sylius-search-plugin/2.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"bundles": {
"Jane\\Bundle\\AutoMapperBundle\\JaneAutoMapperBundle": [
"all"
],
"MonsieurBiz\\SyliusSearchPlugin\\MonsieurBizSyliusSearchPlugin": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"copy-from-package": {
"src/Resources/templates/": "templates/"
},
"env": {
"MONSIEURBIZ_SEARCHPLUGIN_ES_HOST": "${ELASTICSEARCH_HOST:-localhost}",
"MONSIEURBIZ_SEARCHPLUGIN_ES_PORT": "${ELASTICSEARCH_PORT:-9200}",
"MONSIEURBIZ_SEARCHPLUGIN_ES_URL": "http://${MONSIEURBIZ_SEARCHPLUGIN_ES_HOST}:${MONSIEURBIZ_SEARCHPLUGIN_ES_PORT}/",
"MONSIEURBIZ_SEARCHPLUGIN_MESSENGER_TRANSPORT_DSN": "doctrine://default"
}
}

0 comments on commit c519a3c

Please sign in to comment.