Skip to content

Commit

Permalink
swa - dab
Browse files Browse the repository at this point in the history
  • Loading branch information
juliamuiruri4 committed Dec 13, 2023
1 parent 06aea36 commit 5deaca5
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions ...ections/staticwebapp.database.config.json → dab-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,28 @@
},
"entities": {
"Item": {
"source": "dbo.ShoppingItems",
"source": {
"object": "dbo.ShoppingItems",
"type": "table"
},
"graphql": {
"enabled": true,
"type": {
"singular": "Item",
"plural": "Items"
}
},
"rest": {
"enabled": true
},
"permissions": [
{
"actions": ["*"],
"role": "anonymous"
"role": "anonymous",
"actions": [
{
"action": "*"
}
]
}
]
}
Expand Down

0 comments on commit 5deaca5

Please sign in to comment.