Files
symfony-flex-recipes-contrib/symfony-bundles.redis-bundle.2.0.json
T
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

34 lines
1.0 KiB
JSON

{
"manifests": {
"symfony-bundles/redis-bundle": {
"manifest": {
"bundles": {
"SymfonyBundles\\RedisBundle\\SymfonyBundlesRedisBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"REDIS_URL": "tcp://127.0.0.1:6379?database=0"
}
},
"files": {
"config/packages/sb_redis.yaml": {
"contents": [
"sb_redis:",
" clients:",
" default:",
" $options: []",
" $parameters: ['%env(REDIS_URL)%']",
""
],
"executable": false
}
},
"ref": "2becca99cc83c0e6d2ad68875fa84c516298dec4"
}
}
}