add rtorrent-flood image

This commit is contained in:
Wonderfall
2016-09-09 17:52:00 +02:00
parent c8aba06bd6
commit 993bb25a06
8 changed files with 200 additions and 0 deletions

16
rtorrent-flood/config.js Normal file
View File

@ -0,0 +1,16 @@
const CONFIG = {
dbCleanInterval: 1000 * 60 * 60,
dbPath: './server/db/',
floodServerPort: 3000,
maxHistoryStates: 30,
pollInterval: 1000 * 5,
secret: '<FLOOD_SECRET>',
scgi: {
host: 'localhost',
port: 5000,
socket: false,
socketPath: '/tmp/rtorrent.sock'
}
};
module.exports = CONFIG;