Skip to content
Snippets Groups Projects
Select Git revision
  • 2b28e8ecf641ab242f0a2e35800bfe14510ca0b3
  • master default
2 results

config.php-dist

Blame
  • config.php-dist 148 B
    <?php
    
    $sbPath = '/opt/sickbeard';
    $cpPath = '/opt/sickbeard';
    
    $showsPath = '/mnt/storage/media/tv';
    $moviesPath = '/mnt/storage/media/movies';
    
    ?>