mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
add recipe for survos/meili-bundle (#1875)
* add recipe for survos/meili-bundle * fix spacing * fix spacing
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
survos_meili:
|
||||
host: '%env(default::MEILI_SERVER)%'
|
||||
apiKey: '%env(default::MEILI_API_KEY)%'
|
||||
searchKey: '%env(default::MEILI_SEARCH_KEY)%'
|
||||
3
survos/meili-bundle/2.0/config/routes/survos_meili.yaml
Normal file
3
survos/meili-bundle/2.0/config/routes/survos_meili.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
survos_meili:
|
||||
resource: '@SurvosMeiliBundle/config/routes.yaml'
|
||||
prefix: '/meili'
|
||||
13
survos/meili-bundle/2.0/manifest.json
Normal file
13
survos/meili-bundle/2.0/manifest.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Survos\\MeiliBundle\\SurvosMeiliBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"MEILI_SERVER": "127.0.0.1:7700",
|
||||
"MEILI_API_KEY": "",
|
||||
"MEILI_SEARCH_KEY": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user