Files
UNIT3D-Community-Edition/config/api-keys.php
T
2019-07-25 13:00:35 -04:00

39 lines
918 B
PHP

<?php
/**
* NOTICE OF LICENSE.
*
* UNIT3D is open-sourced software licensed under the GNU General Public License v3.0
* The details is bundled with this project in the file LICENSE.txt.
*
* @project UNIT3D
*
* @license https://www.gnu.org/licenses/agpl-3.0.en.html/ GNU Affero General Public License v3.0
* @author HDVinnie
*/
return [
/*
|--------------------------------------------------------------------------
| TheMovieDB (Movies/TV)
|--------------------------------------------------------------------------
|
| TMDB API Key
|
*/
'tmdb' => env('TMDB_API_KEY', ''),
/*
|--------------------------------------------------------------------------
| OpenMovieDatabase (Movies/TV)
|--------------------------------------------------------------------------
|
| OMDB API Key
|
*/
'omdb' => env('OMDB_API_KEY', ''),
];