CF deploy/prod changes
This commit is contained in:
@@ -6,13 +6,18 @@
|
||||
"@sap/cds": ">=5",
|
||||
"@sap/cds-mtxs": "^1",
|
||||
"@sap/cds-odata-v2-adapter-proxy": "^1.9.0",
|
||||
"@sap/xssec": "^3",
|
||||
"express": "^4.17.1",
|
||||
"hdb": "^0.19.5",
|
||||
"passport": ">=0.4.1"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "cds run --in-memory?",
|
||||
"watch": "cds watch"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^16"
|
||||
},
|
||||
"cds": {
|
||||
"requires": {
|
||||
"ReviewsService": {
|
||||
@@ -49,17 +54,33 @@
|
||||
"toggles": true,
|
||||
"extensibility": true,
|
||||
"cds.xt.ExtensibilityService": {
|
||||
"element-prefix": ["Z_"],
|
||||
"extension-allowlist": [
|
||||
{
|
||||
"for": ["sap.capire.orders.Orders"],
|
||||
"for": [
|
||||
"sap.capire.orders.Orders"
|
||||
],
|
||||
"kind": "entity",
|
||||
"new-fields": 2
|
||||
},
|
||||
{
|
||||
"for": ["OrdersService"],
|
||||
"for": [
|
||||
"OrdersService"
|
||||
],
|
||||
"new-entities": 2
|
||||
}
|
||||
]
|
||||
},
|
||||
"[production]": {
|
||||
"auth": {
|
||||
"kind": "xsuaa"
|
||||
},
|
||||
"db": {
|
||||
"kind": "hana-mt"
|
||||
}
|
||||
},
|
||||
"approuter": {
|
||||
"kind": "cloudfoundry"
|
||||
}
|
||||
},
|
||||
"hana": {
|
||||
|
||||
Reference in New Issue
Block a user