From 31c110e9e2e540e6298615f224e44f460f06a67e Mon Sep 17 00:00:00 2001 From: D065023 Date: Thu, 10 Jun 2021 15:55:26 +0200 Subject: [PATCH] added profiles --- suppliers/package.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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" + } } } }