add multitenancy
This commit is contained in:
14
package.json
14
package.json
@@ -33,5 +33,15 @@
|
||||
"timeout": 6666
|
||||
},
|
||||
"license": "SEE LICENSE IN LICENSE",
|
||||
"private": true
|
||||
}
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@sap/cds-mtxs": "^2"
|
||||
},
|
||||
"cds": {
|
||||
"profile": "with-mtx-sidecar",
|
||||
"requires": {
|
||||
"multitenancy": true,
|
||||
"auth": "xsuaa"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user