mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 15:46:52 +03:00
42 lines
1.5 KiB
JSON
42 lines
1.5 KiB
JSON
{
|
|
"manifests": {
|
|
"snc/redis-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Snc\\RedisBundle\\SncRedisBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"#1": "passwords that contain special characters (@, %, :, +) must be urlencoded",
|
|
"REDIS_URL": "redis://localhost"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/snc_redis.yaml": {
|
|
"contents": [
|
|
"snc_redis:",
|
|
" clients:",
|
|
"",
|
|
"# Define your clients here. The example below connects to database 0 of the default Redis server.",
|
|
"#",
|
|
"# See https://github.com/snc/SncRedisBundle/blob/master/docs/README.md for instructions on",
|
|
"# how to configure the bundle.",
|
|
"#",
|
|
"# default:",
|
|
"# type: phpredis",
|
|
"# alias: default",
|
|
"# dsn: \"%env(REDIS_URL)%\"",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "36b3d9ab65be62de4e085a25e6ca899efa96b1f3"
|
|
}
|
|
}
|
|
}
|