mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 18:16:46 +03:00
8 lines
291 B
YAML
8 lines
291 B
YAML
# For the complete configuration, please visit
|
|
# https://www.contentful.com/developers/docs/php/tutorials/getting-started-with-contentful-and-symfony/
|
|
contentful:
|
|
delivery:
|
|
main:
|
|
token: "%env(CONTENTFUL_ACCESS_TOKEN)%"
|
|
space: "%env(CONTENTFUL_SPACE_ID)%"
|