Skip to content

Commit

Permalink
remove from .cdsrc.json unwanted db
Browse files Browse the repository at this point in the history
  • Loading branch information
skrishnan-sap committed Oct 14, 2024
1 parent 593ad0b commit fd7eec6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 17 deletions.
7 changes: 0 additions & 7 deletions code/api/.cdsrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@
"multitenancy": false
},
"db": {
"[hybrid]": {
"kind": "hana-cloud",
"vcap": {
"label": "service-manager",
"plan": "container"
}
},
"[local-with-mtx]": {
"kind": "sqlite",
"credentials": {
Expand Down
1 change: 0 additions & 1 deletion code/api/srv/.cdsrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"cds.xt.DeploymentService": false,
"cds.xt.SaasProvisioningService": false,
"db": {
"kind": "hana-cloud",
"vcap": {
"label": "service-manager",
"plan": "container"
Expand Down
7 changes: 0 additions & 7 deletions code/srv/.cdsrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,6 @@
"--- DB Settings ---": "---",
" ------------------": "---",
"db": {
"[hybrid]": {
"kind": "hana",
"vcap": {
"label": "service-manager",
"plan": "container"
}
},
"[local-with-mtx]": {
"kind": "sqlite",
"credentials": {
Expand Down
2 changes: 0 additions & 2 deletions code/srv/srv/.cdsrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
]
},
"db": {
"kind": "hana-mt",
"vcap": {
"label": false,
"plan": "container"
Expand All @@ -29,7 +28,6 @@
"fifo": true
}
},

"auth": {
"kind": "xsuaa"
}
Expand Down

0 comments on commit fd7eec6

Please sign in to comment.