mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-07-15 19:52:10 +02:00
feat(core): add IRC-announce configure items
This commit is contained in:
17
config/env/torrents.js
vendored
17
config/env/torrents.js
vendored
@@ -20,6 +20,23 @@ module.exports = {
|
||||
client_black_list_url: 'http://chd.im:3000/client_black_list',
|
||||
private_torrent_cms: false
|
||||
},
|
||||
ircAnnounce: {
|
||||
enable: true,
|
||||
debug: false,
|
||||
server: 'chd.im',
|
||||
port: 16667,
|
||||
nick: 'chdAnnounce',
|
||||
userName: 'meanTorrent',
|
||||
realName: 'IRC announce client',
|
||||
channel: '#chdAnnounce',
|
||||
msg_format: '%s upload torrent %s at %s',
|
||||
showErrors: true,
|
||||
autoRejoin: true,
|
||||
autoConnect: true,
|
||||
retryCount: 86400,
|
||||
retryDelay: 5000,
|
||||
encoding: 'UTF-8'
|
||||
},
|
||||
sign: {
|
||||
open_signin: true,
|
||||
allow_social_sign: false
|
||||
|
||||
Reference in New Issue
Block a user