d6f175ae88ca7d656164c74452b482cd4febc36d
[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 ?>