mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 01:56:28 +03:00
* 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
12 lines
244 B
JSON
12 lines
244 B
JSON
{
|
|
"bundles": {
|
|
"YourITServices\\MockServerBundle\\MockServerBundle": ["dev", "test"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"MOCK_SERVER_HOST": "http://mock-api:1080"
|
|
}
|
|
}
|