mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
15 lines
411 B
JSON
15 lines
411 B
JSON
{
|
|
"bundles": {
|
|
"Mcfedr\\AwsPushBundle\\McfedrAwsPushBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"AWS_PUSH_DEFAULT_PLATFORM_ARN": "arn:aws:sns:us-east-1:123456789012:app/APNS/my-app-ios",
|
|
"AWS_ACCESS_KEY_ID": "not-a-real-key",
|
|
"AWS_SECRET_ACCESS_KEY": "not-a-real-secret",
|
|
"AWS_REGION": "us-east-1"
|
|
}
|
|
}
|