Refactor messaging and database configurations to use boolean values for simplicity
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user