Create FUNDING.yml
[mirrors/JukeBox.git] / example_config.php
index 9b5f90df99e05b14c94c3561a7ea83d4870f4aa9..7c5c6e1f030bebb18b7bb2b69b53a75f423c825d 100755 (executable)
@@ -11,9 +11,9 @@
  */
 //Config-basic
 $title =                'Harvie\'s JuKe!Box'; //Title of jukebox
-$music_dir =            './music'; //Local path to directory with music
+$music_dir =            'music'; //Local path to directory with music
 $music_dir_url =        'http://your-server.net/jukebox/music'; //URL path to the same directory CHANGE IT!
-$cache_passwd =         'renew123'; //You need this passwd to refresh search cache CHANGE IT!
+$cache_passwd =         ''; //You need this passwd to refresh search cache CHANGE IT!
 //Login
 $realm =                'music'; //HTTP Auth Banner
 $users = array(         //List of 'user' => 'password' pairs
@@ -28,5 +28,5 @@ $search_engines = array_merge($search_engines, array(
 */
 //Bonuses
 if(isset($bonus_dir) && is_dir($bonus_dir)) {
-       $css_file =     $bonus_dir.'/themes/default/jukebox.css'; //CSS (Design/Theme)
+       $css_file =     $base_url.$bonus_dir.'/themes/default/jukebox.css'; //CSS (Design/Theme)
 }
This page took 0.123458 seconds and 4 git commands to generate.