We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecf0c58 commit c40840aCopy full SHA for c40840a
test-integration/_env/package.json
@@ -11,7 +11,9 @@
11
"build:ci": "rm -f -R ./db && mkdir ./db && cp ../../db/*.cds ./db",
12
"deploy": "cd gen/db && npm i && npm start"
13
},
14
- "dependencies": {},
+ "dependencies": {
15
+ "@cap-js/hana": "0.0.0"
16
+ },
17
"devDependencies": {},
18
"cds": {
19
"requires": {
test-integration/_env/srv/server.js
@@ -20,12 +20,6 @@ try {
20
// Nothing to do
21
}
22
23
-cds.env.requires.db = {
24
- kind: "hana",
25
- credentials,
26
- pool: {
27
- max: 10,
28
- },
29
-};
+cds.env.requires.db.credentials = credentials;
30
31
module.exports = cds.server;
0 commit comments