mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-03 07:35:41 +00:00
UNMAINTAINED
This commit is contained in:
17
unmaintained/rtorrent-flood/config.js
Normal file
17
unmaintained/rtorrent-flood/config.js
Normal file
@ -0,0 +1,17 @@
|
||||
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;
|
Reference in New Issue
Block a user