mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-20 20:06:30 +03:00
16 lines
454 B
YAML
16 lines
454 B
YAML
framework:
|
|
http_client:
|
|
scoped_clients:
|
|
gotenberg.client:
|
|
base_uri: '%env(GOTENBERG_DSN)%'
|
|
# or you can leverage this endpoint for fast testing without Docker
|
|
# base_uri: 'https://demo.gotenberg.dev'
|
|
|
|
sensiolabs_gotenberg:
|
|
http_client: 'gotenberg.client'
|
|
# default_options:
|
|
# pdf:
|
|
# html:
|
|
# metadata:
|
|
# Keywords: 'Symfony'
|