diff --git a/mapado/rest-client-sdk-bundle/0.24/config/packages/mapado_rest_client_sdk.yaml b/mapado/rest-client-sdk-bundle/0.24/config/packages/mapado_rest_client_sdk.yaml index 13d57ec6..e8dadda7 100644 --- a/mapado/rest-client-sdk-bundle/0.24/config/packages/mapado_rest_client_sdk.yaml +++ b/mapado/rest-client-sdk-bundle/0.24/config/packages/mapado_rest_client_sdk.yaml @@ -1,6 +1,6 @@ mapado_rest_client_sdk: entity_managers: foo: - server_url: 'https://my-api.com:8080' + server_url: '%env(MAPADO_REST_CLIENT_SDK_SERVER_URL)%' mappings: dir: '%kernel.project_dir%/src/Entity/' diff --git a/mapado/rest-client-sdk-bundle/0.24/manifest.json b/mapado/rest-client-sdk-bundle/0.24/manifest.json index c30b128b..8f418867 100644 --- a/mapado/rest-client-sdk-bundle/0.24/manifest.json +++ b/mapado/rest-client-sdk-bundle/0.24/manifest.json @@ -5,5 +5,8 @@ "copy-from-recipe": { "config/": "%CONFIG_DIR%/", "src/": "%SRC_DIR%/" + }, + "env": { + "MAPADO_REST_CLIENT_SDK_SERVER_URL": "https://my-api.com:8080" } }