Update Flex endpoint

This commit is contained in:
github-action[bot]
2026-04-03 11:56:27 +00:00
parent a3e169887b
commit 4a25539215
2 changed files with 27 additions and 2 deletions
@@ -0,0 +1,25 @@
{
"manifests": {
"symfony/ai-postgres-store": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/ai_postgres_store.yaml": {
"contents": [
"ai:",
" store:",
" postgres:",
" default:",
" dbal_connection: 'doctrine.dbal.default_connection'",
""
],
"executable": false
}
},
"ref": "2dc03e717a268169c6cb88e260a4cc860ade3c94"
}
}
}
+2 -2
View File
@@ -13,13 +13,13 @@
" store:",
" postgres:",
" default:",
" connection: 'default'",
" dbal_connection: 'doctrine.dbal.default_connection'",
""
],
"executable": false
}
},
"ref": "373cb1506ee0d7082944bb2077adce7edcc23229"
"ref": "2dc03e717a268169c6cb88e260a4cc860ade3c94"
}
}
}