Files
symfony-flex-recipes-contrib/youritservices.mock-server-bundle.1.0.json
T
github-action[bot]andgithub-action[bot] 4995e55753 Update Flex endpoint
2023-03-13 19:25:10 +00:00

36 lines
1.1 KiB
JSON

{
"manifests": {
"youritservices/mock-server-bundle": {
"manifest": {
"bundles": {
"YourITServices\\MockServerBundle\\MockServerBundle": [
"dev",
"test"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"MOCK_SERVER_HOST": "http://mock-api:1080"
}
},
"files": {
"config/packages/mock_server.yaml": {
"contents": [
"when@test: &test",
" mock_server:",
" host_url: '%env(MOCK_SERVER_HOST)%'",
" mocks_directory: '%kernel.project_dir%/tests/apiMocks'",
"",
"when@dev: *test",
""
],
"executable": false
}
},
"ref": "b512074c09b63a66ae7e506494ed3895a4559975"
}
}
}