mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 23:56:25 +03:00
26 lines
751 B
JSON
26 lines
751 B
JSON
{
|
|
"manifests": {
|
|
"symfony/ai-postgres-store": {
|
|
"manifest": {
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/ai_postgres_store.yaml": {
|
|
"contents": [
|
|
"ai:",
|
|
" store:",
|
|
" postgres:",
|
|
" default:",
|
|
" connection: 'default'",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "373cb1506ee0d7082944bb2077adce7edcc23229"
|
|
}
|
|
}
|
|
}
|