Update scripts and config by removing unused env settings

This commit is contained in:
DariusIII
2018-12-20 14:29:23 +01:00
parent fa5c9a9e1c
commit 4310be9653
4 changed files with 1 additions and 7 deletions
-1
View File
@@ -2,7 +2,6 @@
return [
'db_name' => env('DB_NAME', 'nntmux'),
'db_system' => env('DB_SYSTEM', 'mysql'),
'items_per_page' => env('ITEMS_PER_PAGE', 50),
'items_per_cover_page' => env('ITEMS_PER_COVER_PAGE', 20),
'max_pager_results' => env('MAX_PAGER_RESULTS', 125000),