19 lines
320 B
Text
19 lines
320 B
Text
# peertube-cli configuration
|
|
|
|
# This is just a perl hash.
|
|
|
|
# Default video player
|
|
|
|
$config{player} = "mpv";
|
|
|
|
# Default instance to use.
|
|
|
|
$config{instance} = "https://vid.qorg11.net";
|
|
|
|
# Default resolution, 0 should be the highest resolution.
|
|
|
|
$config{default_resolution} = 0;
|
|
|
|
# This tells perl everything's alright
|
|
|
|
1;
|