Skip to content

Commit

Permalink
add some quotas for db/user
Browse files Browse the repository at this point in the history
  • Loading branch information
asim committed Apr 21, 2022
1 parent 09d556b commit f794418
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
8 changes: 7 additions & 1 deletion db/publicapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,11 @@
"name": "db",
"icon": "📦",
"category": "storage",
"display_name": "DB"
"display_name": "DB",
"quotas": {
"Db.Create": 1000,
"Db.Read": 1000,
"Db.Update": 1000,
"Db.Delete": 1000
}
}
8 changes: 8 additions & 0 deletions user/publicapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,13 @@
"pricing": {
"User.SendMagicLink": 10000,
"User.SendVerificationEmail": 10000
},
"quotas": {
"User.Create": 100,
"User.Read": 1000,
"User.Update": 100,
"User.Delete": 100,
"User.Login": 100,
"User.Logout": 100
}
}

0 comments on commit f794418

Please sign in to comment.