mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-14 08:36:34 +03:00
15 lines
300 B
JSON
15 lines
300 B
JSON
{
|
|
"bundles": {
|
|
"Contentful\\ContentfulBundle\\ContentfulBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"CONTENTFUL_SPACE_ID": "cfexampleapi",
|
|
"CONTENTFUL_ACCESS_TOKEN": "b4c0n73n7fu1"
|
|
}
|
|
}
|