peertube-cli/.ptclirc
2021-11-03 16:26:45 +01:00

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;