mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
12 lines
245 B
JSON
12 lines
245 B
JSON
{
|
|
"bundles": {
|
|
"Adback\\ApiClientBundle\\AdbackApiClientBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"ADBACK_API_CLIENT_ACCESS_TOKEN": "adback-access-token"
|
|
}
|
|
}
|