Skip to content

Commit

Permalink
Fixed cds.requires.notifications default config
Browse files Browse the repository at this point in the history
  • Loading branch information
danjoa committed Oct 25, 2023
1 parent 7a34b5e commit ab7bb8f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@
},
"cds": {
"requires": {
"destinations": true,
"notifications": {
"[development]": { "kind": "notify-to-console" },
"[production]": { "kind": "notify-to-rest" },
"destination": "SAP_Notifications",
"prefix": "alert-notification-sample",
"types": "notificationtypes.json",
"outbox": true
},
"kinds": {
"destinations": true,
"notifications": {
"[development]": { "kind": "notify-to-console" },
"[production]": { "kind": "notify-to-rest" },
"destination": "SAP_Notifications",
"prefix": "alert-notification-sample",
"types": "notificationtypes.json",
"outbox": true
},
"notify-to-console": {
"impl": "@cap-js/notifications/srv/notifyToConsole"
},
Expand Down

0 comments on commit ab7bb8f

Please sign in to comment.