update readme
[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 $dreamboxHost  = 'dreambox';
6 ?>