Skip to content

Commit

Permalink
Merge pull request #2907 from Hypernos-Technology/master
Browse files Browse the repository at this point in the history
remove rate_limit option in api config
  • Loading branch information
denisdulici committed Mar 3, 2023
2 parents 42a05fc + 4e84134 commit ee337d8
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions config/api.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,20 +156,4 @@
*/

'middleware' => explode(',', env('API_MIDDLEWARE', 'api')),

/*
|--------------------------------------------------------------------------
| Rate Limit (Throttle)
|--------------------------------------------------------------------------
|
| Consumers of your API can be limited to the amount of requests they can
| make. You can create your own throttles or simply change the default
| throttles.
|
*/

'rate_limit' => [
Limit::perMinute(env('API_RATE_LIMIT', 60)),
],

];

0 comments on commit ee337d8

Please sign in to comment.