mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
13 lines
268 B
JSON
13 lines
268 B
JSON
{
|
|
"bundles": {
|
|
"Rikudou\\DynamoDbCacheBundle\\RikudouDynamoDbCacheBundle": ["prod"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"DYNAMODB_CACHE_TABLE": "cache",
|
|
"#AWS_REGION": "us-east-1"
|
|
}
|
|
}
|