From 7a95976b8ce40a6e7a151e29bfebff5b82fc3f91 Mon Sep 17 00:00:00 2001 From: OldHawk Date: Sat, 19 May 2018 01:15:55 +0800 Subject: [PATCH] fix(core): remove tmdb test key --- config/env/torrents.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/env/torrents.js b/config/env/torrents.js index 3c68220e..6830326f 100644 --- a/config/env/torrents.js +++ b/config/env/torrents.js @@ -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/',