This repository has been archived on 2025-08-22. You can view files and clone it, but cannot push or open issues or pull requests.
Files
dumbo/app/config/constants.php
2015-10-21 15:28:56 +02:00

9 lines
124 B
PHP

<?php
/**
* Laravel Constants
*/
return [
'tvdb' => [
'apikey' => 'b187f8d9c5e72b1faecb741d5d04239a'
]
];