Files
newznab-tmux/config/tvdb.php
T
2019-11-20 21:50:42 +01:00

9 lines
90 B
PHP

<?php
return [
/*
* Api key
*/
'api_key' => env('TVDB_APIKEY', ''),
];