mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 03:01:34 +00:00
Update tmux related files and classes
This commit is contained in:
@@ -29,8 +29,8 @@ $runVar['paths']['misc'] = NN_MISC;
|
||||
$runVar['paths']['cli'] = NN_ROOT.'cli/';
|
||||
$runVar['paths']['scraper'] = NN_MISC.'IRCScraper'.DS.'scrape.php';
|
||||
|
||||
$db_name = env('DB_NAME', 'nntmux');
|
||||
$dbtype = env('DB_SYSTEM', 'mysql');
|
||||
$db_name = config('nntmux.db_name');
|
||||
$dbtype = config('nntmux.db_system');
|
||||
|
||||
$tmux_niceness = Settings::settingValue('site.tmux.niceness') ?? 2;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user