mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Fix naming of folder
This commit is contained in:
@@ -501,7 +501,7 @@ class SettingsTableSeeder extends Seeder
|
||||
'section' => '',
|
||||
'subsection' => '',
|
||||
'name' => 'nzbpath',
|
||||
'value' => '/var/www/NNTmux/storage/nzb/',
|
||||
'value' => '/var/www/nntmux/storage/nzb/',
|
||||
'hint' => 'The directory where nzb files will be stored.',
|
||||
'setting' => 'nzbpath',
|
||||
],
|
||||
@@ -765,7 +765,7 @@ class SettingsTableSeeder extends Seeder
|
||||
'section' => '',
|
||||
'subsection' => '',
|
||||
'name' => 'tmpunrarpath',
|
||||
'value' => '/var/www/NNTmux/resources/tmp/unrar/',
|
||||
'value' => '/var/www/nntmux/resources/tmp/unrar/',
|
||||
'hint' => 'The path to where unrar puts files. WARNING: This directory will have its contents deleted.<br/>Use forward slashes in windows c:/temp/path/stuff/will/be/unpacked/to',
|
||||
'setting' => 'tmpunrarpath',
|
||||
],
|
||||
@@ -974,7 +974,7 @@ Default: %Y-%m-%d %T',
|
||||
'section' => 'site',
|
||||
'subsection' => 'main',
|
||||
'name' => 'coverspath',
|
||||
'value' => '/var/www/NNTmux/storage/covers/',
|
||||
'value' => '/var/www/nntmux/storage/covers/',
|
||||
'hint' => 'The absolute path to the place covers will be stored.',
|
||||
'setting' => 'coverspath',
|
||||
],
|
||||
@@ -1006,7 +1006,7 @@ Default: %Y-%m-%d %T',
|
||||
'section' => 'site',
|
||||
'subsection' => 'main',
|
||||
'name' => 'logfile',
|
||||
'value' => '/var/www/NNTmux/resources/logs/failed-login.log',
|
||||
'value' => '/var/www/nntmux/resources/logs/failed-login.log',
|
||||
'hint' => 'Location of log file (MUST be set if logging to file is set).',
|
||||
'setting' => 'logfile',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user