Files
symfony-flex-recipes-contrib/youritservices/mock-server-bundle/1.0/config/packages/mock_server.yaml
T
Alex HarpinandGitHub 05da691b43 Feature/mock server bundle recipe 1.0 (#1492)
* Add default configuration file

* Add manifest.json

* Update default config to ensure http_client service is available in dev

* Remove http_client config; this is enabled in the bundle via prepend

* Update default config to only load in test and dev environments
2023-03-13 20:24:52 +01:00

7 lines
158 B
YAML

when@test: &test
mock_server:
host_url: '%env(MOCK_SERVER_HOST)%'
mocks_directory: '%kernel.project_dir%/tests/apiMocks'
when@dev: *test