chore: disable rate limiting in the playground
parent
4193e13c7c
commit
c30f034cf2
|
@ -5,6 +5,9 @@ module.exports = ({ env }) => ({
|
|||
apiToken: {
|
||||
salt: env('API_TOKEN_SALT'),
|
||||
},
|
||||
rateLimit: {
|
||||
enabled: false,
|
||||
},
|
||||
transfer: {
|
||||
token: {
|
||||
salt: env('TRANSFER_TOKEN_SALT'),
|
||||
|
|
Loading…
Reference in New Issue