mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Update tmux related files and classes
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
<?php
|
||||
|
||||
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),
|
||||
|
||||
Reference in New Issue
Block a user