mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 01:56:28 +03:00
12 lines
244 B
JSON
12 lines
244 B
JSON
{
|
|
"bundles": {
|
|
"SymfonyBundles\\RedisBundle\\SymfonyBundlesRedisBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"REDIS_URL": "tcp://127.0.0.1:6379?database=0"
|
|
}
|
|
}
|