diff --git a/sensiolabs/gotenberg-bundle/0.1/config/packages/gotenberg.yaml b/sensiolabs/gotenberg-bundle/0.1/config/packages/gotenberg.yaml index daf842ea..25fa536e 100644 --- a/sensiolabs/gotenberg-bundle/0.1/config/packages/gotenberg.yaml +++ b/sensiolabs/gotenberg-bundle/0.1/config/packages/gotenberg.yaml @@ -3,6 +3,8 @@ framework: 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'