Files
symfony-flex-recipes-contrib/snc/redis-bundle/2.0/manifest.json
T
2017-05-14 12:21:11 +02:00

13 lines
293 B
JSON

{
"bundles": {
"Snc\\RedisBundle\\SncRedisBundle": ["all"]
},
"copy-from-recipe": {
"etc/": "%ETC_DIR%/"
},
"env": {
"#1": "passwords that contain special characters (@, %, :, +) must be urlencoded",
"REDIS_URL": "redis://localhost"
}
}