mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
13 lines
251 B
JSON
13 lines
251 B
JSON
{
|
|
"bundles": {
|
|
"AsyncAws\\Symfony\\Bundle\\AsyncAwsBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"AWS_KEY": "your-aws-key",
|
|
"AWS_SECRET": "your-aws-secret"
|
|
}
|
|
}
|