mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
28 lines
798 B
JSON
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"
|
|
}
|
|
}
|
|
}
|