Merge pull request #274

This commit is contained in:
symfony-flex-server[bot]
2018-02-25 10:59:39 +00:00
committed by GitHub
2 changed files with 16 additions and 0 deletions
@@ -0,0 +1,5 @@
sb_redis:
clients:
default:
$options: []
$parameters: ['%env(REDIS_URL)%']
@@ -0,0 +1,11 @@
{
"bundles": {
"SymfonyBundles\\RedisBundle\\SymfonyBundlesRedisBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"REDIS_URL": "tcp://127.0.0.1:6379?database=0"
}
}