diff --git a/database/seeders/SettingsTableSeeder.php b/database/seeders/SettingsTableSeeder.php index e4a54d7e3..7c855607a 100644 --- a/database/seeders/SettingsTableSeeder.php +++ b/database/seeders/SettingsTableSeeder.php @@ -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.
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', ],