1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-07-27 11:25:41 +00:00
Files
boring-nginx
matomo
nextcloud
nginx-php
privatebin
searx
unmaintained
boinc
cowrie
cryptpad
freshrss
ghost
isso
kippo-graph
libresonic
lutim
lychee
mastodon
mediawiki
nginx
parsoid
pgbouncer
rainloop
reverse
rtorrent-flood
s6.d
Dockerfile
README.md
config.js
postdl
postrm
rtorrent.rc
run.sh
rutorrent
tor
LICENSE
README.md
dockerfiles/unmaintained/rtorrent-flood/config.js
2018-01-22 22:30:12 +01:00

18 lines
345 B
JavaScript

const CONFIG = {
baseURI: '<CONTEXT_PATH>',
dbCleanInterval: 1000 * 60 * 60,
dbPath: '/flood-db/',
floodServerPort: 3000,
maxHistoryStates: 30,
pollInterval: 1000 * 5,
secret: '<FLOOD_SECRET>',
scgi: {
host: 'localhost',
port: 5000,
socket: true,
socketPath: '/tmp/rtorrent.sock'
}
};
module.exports = CONFIG;