added profiles

This commit is contained in:
D065023
2021-06-10 15:55:26 +02:00
parent 8d67c0bf62
commit 31c110e9e2

View File

@@ -18,16 +18,22 @@
"API_BUSINESS_PARTNER": { "API_BUSINESS_PARTNER": {
"kind": "odata", "kind": "odata",
"model": "srv/external/API_BUSINESS_PARTNER", "model": "srv/external/API_BUSINESS_PARTNER",
"[with-destination]": { "[hybrid]": {
"credentials": { "credentials": {
"destination": "<change to destination>" "destination": "cap-api098",
"path": "/sap/opu/odata/sap/API_BUSINESS_PARTNER"
} }
} }
}, },
"[development]": { "[local-hybrid]": {
"messaging": { "messaging": {
"kind": "file-based-messaging" "kind": "file-based-messaging"
} }
},
"[hybrid]": {
"messaging": {
"kind": "enterprise-messaging"
}
} }
} }
} }