Add approuter

This commit is contained in:
Uwe Klinger
2021-05-04 15:57:39 +02:00
parent 81f762d7be
commit 09aa318879
15 changed files with 171 additions and 37 deletions

View File

@@ -48,36 +48,38 @@
}
},
"cds": {
"requires": {
"multitenancy": true,
"auth": {
"strategy": "JWT"
},
"db": {
"kind": "hana",
"vcap": {
"label": "service-manager"
"[production]": {
"requires": {
"multitenancy": true,
"auth": {
"strategy": "JWT"
},
"db": {
"kind": "hana",
"vcap": {
"label": "service-manager"
}
},
"uaa": {
"kind": "xsuaa"
}
},
"uaa": {
"kind": "xsuaa"
}
},
"hana": {
"deploy-format": "hdbtable"
},
"mtx": {
"element-prefix": "Z_",
"namespace-blacklist": [
"com.sap.",
"sap."
],
"entity-whitelist": [],
"service-whitelist": []
},
"auth": {
"passport": {
"strategy": "JWT"
"hana": {
"deploy-format": "hdbtable"
},
"mtx": {
"element-prefix": "Z_",
"namespace-blacklist": [
"com.sap.",
"sap."
],
"entity-whitelist": [],
"service-whitelist": []
},
"auth": {
"passport": {
"strategy": "JWT"
}
}
}
}