mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 17:16:29 +03:00
13 lines
269 B
JSON
13 lines
269 B
JSON
{
|
|
"bundles": {
|
|
"SymfonyCorp\\Bundle\\ConnectBundle\\SymfonyConnectBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%"
|
|
},
|
|
"env": {
|
|
"SYMFONY_CONNECT_APP_ID": "",
|
|
"SYMFONY_CONNECT_APP_SECRET": ""
|
|
}
|
|
}
|