chore: disable rate limiting in the playground

pull/166/head
Boaz Poolman 2024-12-29 22:38:20 +00:00
parent 4193e13c7c
commit c30f034cf2
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@ module.exports = ({ env }) => ({
apiToken: {
salt: env('API_TOKEN_SALT'),
},
rateLimit: {
enabled: false,
},
transfer: {
token: {
salt: env('TRANSFER_TOKEN_SALT'),