mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Add IGDB for PC games lookup
This commit is contained in:
@@ -34,5 +34,9 @@ return [
|
||||
'key' => env('STRIPE_KEY'),
|
||||
'secret' => env('STRIPE_SECRET'),
|
||||
],
|
||||
'igdb' => [
|
||||
'key' => env('IGDB_KEY', ''),
|
||||
'url' => 'https://api-endpoint.igdb.com'
|
||||
]
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user