mirror of
https://github.com/symfony/recipes.git
synced 2026-09-18 10:36:43 +03:00
30 lines
928 B
JSON
30 lines
928 B
JSON
{
|
|
"manifests": {
|
|
"symfony/ai-open-search-store": {
|
|
"manifest": {
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"#1": "OPENSEARCH_HOST=http://localhost:9200"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/ai_open_search_store.yaml": {
|
|
"contents": [
|
|
"ai:",
|
|
" store:",
|
|
" opensearch:",
|
|
" default:",
|
|
" hosts:",
|
|
" - '%env(OPENSEARCH_HOST)%'",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "8b2b32d31f5faac5a64a5c402440faf0dc91834a"
|
|
}
|
|
}
|
|
}
|