mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 00:56:29 +03:00
15 lines
272 B
JSON
15 lines
272 B
JSON
{
|
|
"bundles": {
|
|
"Reconnect\\S3Bundle\\S3Bundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"BUCKET_HOST": "",
|
|
"BUCKET_NAME": "",
|
|
"BUCKET_KEY": "",
|
|
"BUCKET_SECRET": ""
|
|
}
|
|
}
|