Skip to content

Commit c0a8636

Browse files
[mezcalito/ux-search]: add recipe (#1745)
1 parent be9d790 commit c0a8636

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
mezcalito_ux_search:
2+
adapters:
3+
default: '%env(MEZCALITO_UX_SEARCH_DEFAULT_DSN)%'
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"bundles": {
3+
"Mezcalito\\UxSearchBundle\\MezcalitoUxSearchBundle": ["all"]
4+
},
5+
"copy-from-recipe": {
6+
"config/": "%CONFIG_DIR%/"
7+
},
8+
"env": {
9+
"#1": "MEZCALITO_UX_SEARCH_DEFAULT_DSN=\"meilisearch://key@localhost:7700\"",
10+
"MEZCALITO_UX_SEARCH_DEFAULT_DSN": "doctrine://default"
11+
}
12+
}

0 commit comments

Comments
 (0)