Refactor messaging and database configurations to use boolean values for simplicity

This commit is contained in:
Daniel Hutzel
2025-02-19 18:25:36 +01:00
parent 23bea0f629
commit a5cec63743
6 changed files with 19 additions and 23 deletions

View File

@@ -12,12 +12,8 @@
},
"cds": {
"requires": {
"messaging": {
"[development]": { "kind": "file-based-messaging" },
"[hybrid]": { "kind": "enterprise-messaging-shared" },
"[production]": { "kind": "enterprise-messaging" }
},
"db": { "kind": "sql" }
"messaging": true,
"db": true
}
}
}