added import middleware

This commit is contained in:
Denis Duliçi
2021-12-03 15:43:15 +03:00
parent 3ec3e99216
commit b6ab9dd5e6
5 changed files with 36 additions and 15 deletions

View File

@ -20,6 +20,11 @@ return [
'eager_load' => (bool) env('APP_EAGER_LOAD', true),
'throttles' => [
'api' => env('APP_THROTTLES_API', '60'),
'import' => env('APP_THROTTLES_IMPORT', '1'),
],
/*
|--------------------------------------------------------------------------
| Application Environment