This commit is contained in:
Daniel
2021-10-19 20:21:49 +02:00
committed by Daniel Hutzel
parent 5c3cec973e
commit 64fe700d1e
5 changed files with 28 additions and 35 deletions

View File

@@ -24,26 +24,10 @@
"kind": "odata",
"model": "@capire/orders"
},
"db": {
"kind": "sql",
"[development]": {
"model": "db/sqlite"
},
"[production]": {
"model": "db/hana"
}
},
"messaging": {
"[production]": {
"kind": "enterprise-messaging"
},
"[hybrid]": {
"kind": "enterprise-messaging-shared"
},
"[local]": {
"kind": "file-based-messaging"
},
"kind": "local-messaging"
"[production]": { "kind": "enterprise-messaging" },
"[development]": { "kind": "file-based-messaging" },
"[hybrid!]": { "kind": "enterprise-messaging-shared" }
},
"hana": {
"deploy-format": "hdbtable"