mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 00:01:21 +00:00
10 lines
131 B
PHP
10 lines
131 B
PHP
<?php
|
|
|
|
return [
|
|
/*
|
|
* Api key
|
|
*/
|
|
'api_key' => env('TVDB_APIKEY', ''),
|
|
'user_pin' => env('TVDB_PIN', null),
|
|
];
|