GIT.Harvie.CZ
/
mirrors
/
JukeBox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
b812e05
)
better comments in config example
author
Harvie
<tomas@mudrunka.cz>
Mon, 26 Jul 2010 23:05:20 +0000
(
01:05
+0200)
committer
Harvie
<tomas@mudrunka.cz>
Mon, 26 Jul 2010 23:05:20 +0000
(
01:05
+0200)
example_config.php
patch
|
blob
|
blame
|
history
diff --git
a/example_config.php
b/example_config.php
index 6ad41bdf395b8efcd33412e30463f0ffc7ab7622..19a21a27b667d2752a97f390f42212f1f59f9e8e 100755
(executable)
--- a/
example_config.php
+++ b/
example_config.php
@@
-3,9
+3,9
@@
* Harvie's JuKe!Box configuration file.
*
* Quick Instalation HowTo:
* Harvie's JuKe!Box configuration file.
*
* Quick Instalation HowTo:
- * 1.) Change $
passwd
and $music_dir_url!
- * 2.) Rename to: _config.php
- * 3.) Place your music into the $music_dir ($music_dir_url must
lead to the same directory on web
)
+ * 1.) Change $
users array
and $music_dir_url!
+ * 2.) Rename t
his file t
o: _config.php
+ * 3.) Place your music into the $music_dir ($music_dir_url must
point to the same directory through webserver
)
* 4.) create file jbx/cache.db writeable by webserver (set permissions)
* 5.) Refresh search database using $cache_passwd on search page
*/
* 4.) create file jbx/cache.db writeable by webserver (set permissions)
* 5.) Refresh search database using $cache_passwd on search page
*/
@@
-16,11
+16,11
@@
$music_dir_url = 'http://your-server.net/jukebox/music'; //URL path to th
$cache_passwd = 'renew123'; //You need this passwd to refresh search cache CHANGE IT!
//Login
$realm = 'music'; //HTTP Auth Banner
$cache_passwd = 'renew123'; //You need this passwd to refresh search cache CHANGE IT!
//Login
$realm = 'music'; //HTTP Auth Banner
-$users = array( //List of 'user' => 'password'
touples CHANGE IT!
- 'music' => 'Default-Secr3t_PaSsw0rd'
+$users = array( //List of 'user' => 'password'
pairs
+ 'music' => 'Default-Secr3t_PaSsw0rd'
//CHANGE IT!
);
$require_login = true;
);
$require_login = true;
-//
More
search engines
+//
Additional
search engines
/*
$search_engines = array_merge($search_engines, array(
'Harvie\'s blog!' => 'http://blog.harvie.cz/?s='
/*
$search_engines = array_merge($search_engines, array(
'Harvie\'s blog!' => 'http://blog.harvie.cz/?s='
This page took
0.117459 seconds
and
4
git commands to generate.