fix(core): remove tmdb test key

This commit is contained in:
OldHawk
2018-05-19 01:15:55 +08:00
parent 668f547bd2
commit 7a95976b8c

View File

@@ -1194,7 +1194,7 @@ module.exports = {
* @resourcesLanguage: settings for language of dropdown resource info
*/
tmdbConfig: {
key: '7888f0042a366f63289ff571b68b7ce0',
key: 'this is access key from tmdb',
tmdbHome: 'https://www.themoviedb.org',
tmdbMovieLinkUrl: 'https://www.themoviedb.org/movie/',
tmdbTvserialLinkUrl: 'https://www.themoviedb.org/tv/',