Initial HANA config

This commit is contained in:
Christian Georgi
2020-01-24 11:04:23 +00:00
parent 06a9ef0f5b
commit e660e01b77

View File

@@ -10,5 +10,16 @@
"scripts": { "scripts": {
"start": "cds run --in-memory?", "start": "cds run --in-memory?",
"watch": "cds watch" "watch": "cds watch"
},
"cds": {
"requires": {
"db": {
"model": [
"db",
"srv"
],
"kind": "sqlite"
}
}
} }
} }