Link to API token URL
[tmdb2mkvtags.git] / tmdb2mkvtags.config.php.dist
1 <?php
2 /**
3  * Copy that file to "tmdb2mkvtags.config.php" and adjust it.
4  *
5  * Get the "API token v4" from https://www.themoviedb.org/settings/api
6  */
7 $apiToken = 'FIXME';
8 ?>