Skip to content

Commit

Permalink
fix: disable rateLimit on the admin side of the Playground
Browse files Browse the repository at this point in the history
  • Loading branch information
boazpoolman committed Jan 20, 2025
1 parent 7a34432 commit 672cab7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions playground/config/admin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ export default ({ env }) => ({
apiToken: {
salt: env('API_TOKEN_SALT'),
},
rateLimit: {
enabled: false,
},
transfer: {
token: {
salt: env('TRANSFER_TOKEN_SALT'),
Expand Down

0 comments on commit 672cab7

Please sign in to comment.