mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Move all third party api keys from database to .env file
This commit is contained in:
@@ -6,7 +6,7 @@ use App\Models\Settings;
|
||||
use Blacklight\ColorCLI;
|
||||
use Blacklight\libraries\FanartTV;
|
||||
|
||||
$fanart = new FanartTV(Settings::settingValue('APIs..fanarttvkey'));
|
||||
$fanart = new FanartTV(config('nntmux_api.fanarttv_api_key'));
|
||||
$colorCli = new ColorCLI();
|
||||
|
||||
if (! empty($argv[1])) {
|
||||
|
||||
Reference in New Issue
Block a user