Skip to content

Commit 6fd2f35

Browse files
committed
add binding to package
1 parent 7585660 commit 6fd2f35

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

test/incidents-app/package.json

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,24 @@
1515
"sapux": [
1616
"app/incidents"
1717
],
18-
"private": true
19-
}
18+
"private": true,
19+
"cds": {
20+
"requires": {
21+
"[hybrid]": {
22+
"print-service": {
23+
"binding": {
24+
"type": "cf",
25+
"apiEndpoint": "https://api.cf.eu12.hana.ondemand.com",
26+
"org": "cdsruntime",
27+
"space": "playground-sirsimon",
28+
"instance": "print-service",
29+
"key": "print-sender"
30+
},
31+
"vcap": {
32+
"name": "print-service"
33+
}
34+
}
35+
}
36+
}
37+
}
38+
}

0 commit comments

Comments
 (0)