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

29 lines
849 B
JSON

{
"manifests": {
"symfony/ai-redis-store": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"#1": "REDIS_DSN=redis://localhost:6379"
}
},
"files": {
"config/packages/ai_redis_store.yaml": {
"contents": [
"ai:",
" store:",
" redis:",
" default:",
" dsn: '%env(REDIS_DSN)%'",
""
],
"executable": false
}
},
"ref": "206af422ea9c5065c603aba1c6a891c0adf4d6de"
}
}
}