diff --git a/suppliers/package.json b/suppliers/package.json index 9be35291..fc5aa5d2 100644 --- a/suppliers/package.json +++ b/suppliers/package.json @@ -18,16 +18,22 @@ "API_BUSINESS_PARTNER": { "kind": "odata", "model": "srv/external/API_BUSINESS_PARTNER", - "[with-destination]": { + "[hybrid]": { "credentials": { - "destination": "" + "destination": "cap-api098", + "path": "/sap/opu/odata/sap/API_BUSINESS_PARTNER" } } }, - "[development]": { + "[local-hybrid]": { "messaging": { "kind": "file-based-messaging" } + }, + "[hybrid]": { + "messaging": { + "kind": "enterprise-messaging" + } } } }