mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
13 lines
290 B
JSON
13 lines
290 B
JSON
{
|
|
"bundles": {
|
|
"Mapado\\RestClientSdkBundle\\MapadoRestClientSdkBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/",
|
|
"src/": "%SRC_DIR%/"
|
|
},
|
|
"env": {
|
|
"MAPADO_REST_CLIENT_SDK_SERVER_URL": "https://my-api.com:8080"
|
|
}
|
|
}
|