From b83abdb32c5647bb127a3a2e3af8714a012873ca Mon Sep 17 00:00:00 2001 From: DIYgod Date: Fri, 20 Apr 2018 18:32:45 +0800 Subject: [PATCH] add pixiv config --- config.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config.js b/config.js index af32ca1e4..c6cc5bb3a 100644 --- a/config.js +++ b/config.js @@ -3,10 +3,10 @@ module.exports = { cacheType: 'memory', // support memory and redis, set empty to disable cache cacheExpire: 5 * 60, ua: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36', - // pixiv: { - // client_id: 'XXXXXXXXXXXXXXXXXXX', - // client_secret: 'XXXXXXXXXXXXXXXXX', - // username: 'xxxx@xxx.xx', - // password: 'xxxxx' - // } + pixiv: { + client_id: 'MOBrBDS8blbauoSck0ZfDbtuzpyT', + client_secret: 'lsACyCD94FhDUtGTXi3QzcFE2uU1hqtDaKeqrdwj', + username: 'rsshub@tmpmail.org', + password: 'rsshubpixiv' + } }; \ No newline at end of file