mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Fix config/nntmux.php db_name value (Fixes issue #841)
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'db_name' => env('DB_NAME', 'nntmux'),
|
||||
'db_name' => env('DB_DATABASE', 'nntmux'),
|
||||
'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