Peertube-dl/peertube-dl-web.conf

10 lines
211 B
Plaintext
Raw Normal View History

2020-12-29 12:00:55 +01:00
{
hypnotoad => {
listen => ['http://127.0.0.1:3001'],
workers => 6,
clients => 3,
proxy => 1,
pid_file => $ENV{PIDFILE} || '/var/run/peertube-dl-web.pid',
}
};