mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
[mezcalito/ux-search]: add recipe (#1745)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
mezcalito_ux_search:
|
||||
adapters:
|
||||
default: '%env(MEZCALITO_UX_SEARCH_DEFAULT_DSN)%'
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Mezcalito\\UxSearchBundle\\MezcalitoUxSearchBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"#1": "MEZCALITO_UX_SEARCH_DEFAULT_DSN=\"meilisearch://key@localhost:7700\"",
|
||||
"MEZCALITO_UX_SEARCH_DEFAULT_DSN": "doctrine://default"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user