diff --git a/config/config.sample.php b/config/config.sample.php index c4553ea..b961d3c 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -456,6 +456,14 @@ return array( // 如果需要自动辅种,必须配置 'passkey' => '', ), + // dicmusic 序号:49 海豚 + 'dicmusic' => array( + // 如果需要用下载免费种脚本,须配置(只是自动辅种,可以不配置此项) + 'cookie' => '', + // 如果需要自动辅种,必须配置 + 'passkey' => '', // authkey + 'torrent_pass' => '', // torrent_pass + ), // 配置文件结束 );