Support password-protected dreambox web interfaces
[playVideoOnDreamboxProxy.git] / data / config.php.dist
1 <?php
2 //configuration for "play video on dreambox" proxy server
3 // copy it to config.php and adjust it.
4 $youtubedlPath = '/usr/bin/youtube-dl';
5 $dreamboxUrl   = 'http://dreambox';
6 ?>