deploy orders,reviews,bookstore

This commit is contained in:
Vladislav Leonkev
2024-12-09 18:56:38 +01:00
parent 1a0df4d31d
commit 32b0e82c98
8 changed files with 197 additions and 29 deletions

View File

@@ -20,15 +20,18 @@
"kind": "odata",
"model": "@capire/orders"
},
"messaging": {
"[development]": { "kind": "file-based-messaging" },
"[hybrid]": { "kind": "enterprise-messaging-shared" },
"[production]": { "kind": "enterprise-messaging" }
"[production]": {
"auth": "xsuaa",
"db": "hana",
"messaging": "enterprise-messaging"
},
"db": {
"kind": "sql"
"sql": {
"native_hana_associations": false
}
},
"log": { "service": true }
},
"scripts": {
"start": "cds-serve"
}
}