mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
14 lines
384 B
JSON
14 lines
384 B
JSON
{
|
|
"bundles": {
|
|
"Troopers\\MangopayBundle\\TroopersMangopayBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"TROOPERS_MANGOPAY_CLIENT_ID": "%generate(secret)%",
|
|
"TROOPERS_MANGOPAY_CLIENT_PASSWORD": "%generate(secret)%",
|
|
"TROOPERS_MANGOPAY_BASE_URL": "https://api.sandbox.mangopay.com"
|
|
}
|
|
}
|