fix(core): remove tmdb test key

This commit is contained in:
OldHawk
2018-05-19 02:44:44 +08:00
parent b8b8af6a5e
commit 09a30be6b8

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/',