Files
symfony-flex-recipes/symfony.ai-open-search-store.0.1.json
T
github-action[bot]andgithub-action[bot] 41d4a2b44d Update Flex endpoint
2025-12-29 08:23:25 +00:00

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"
}
}
}