mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-16 01:26:27 +03:00
13 lines
278 B
JSON
13 lines
278 B
JSON
{
|
|
"bundles": {
|
|
"SensioLabs\\Bundle\\ConnectBundle\\SensioLabsConnectBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"SENSIOLABS_CONNECT_APP_ID": "",
|
|
"SENSIOLABS_CONNECT_APP_SECRET": ""
|
|
}
|
|
}
|