Files
symfony-flex-recipes/symfony.ai-decart-platform.0.1.json
github-action[bot]andgithub-action[bot] 73ccd157ad Update Flex endpoint
2025-12-31 07:26:35 +00:00

28 lines
798 B
JSON

{
"manifests": {
"symfony/ai-decart-platform": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"DECART_API_KEY": ""
}
},
"files": {
"config/packages/ai_decart_platform.yaml": {
"contents": [
"ai:",
" platform:",
" decart:",
" api_key: '%env(DECART_API_KEY)%'",
""
],
"executable": false
}
},
"ref": "f4094622d3bc0ba02b491fbe30aa22eeae6117a9"
}
}
}