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',
|
2021-01-21 23:18:21 +01:00
|
|
|
},
|
|
|
|
theme => 'new_look_default',
|
2020-12-29 12:00:55 +01:00
|
|
|
};
|