diff options
author | momo-i <momo-i@ampache> | 2009-03-12 06:46:26 +0000 |
---|---|---|
committer | momo-i <momo-i@ampache> | 2009-03-12 06:46:26 +0000 |
commit | 6080bceee5f843e18270189fec10671b7ea4944b (patch) | |
tree | b254aad4a42620794a1196cc0259768172eb90d3 /config | |
parent | 5d1704555a9f0f8f29a845e4c406dbf2395cbd3d (diff) | |
download | ampache-6080bceee5f843e18270189fec10671b7ea4944b.tar.gz ampache-6080bceee5f843e18270189fec10671b7ea4944b.tar.bz2 ampache-6080bceee5f843e18270189fec10671b7ea4944b.zip |
Added: get lyrics from lyricswiki using proxy server
Diffstat (limited to 'config')
-rw-r--r-- | config/ampache.cfg.php.dist | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index 61e183ba..04ea1bf4 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -542,3 +542,14 @@ transcode_cmd_ogg = "oggsplt -qn %FILE% %OFFSET% %EOF% -o - | oggdec -Q -o - ;DEFAULT: use_rss = true use_rss = true ;##################################################### + +;############################# +; Proxy Settings (optional) # +;############################# +; If Ampache is behind an http proxy, specifiy the hostname or IP address +; port, proxyusername, and proxypassword here. +;DEFAULT: not in use +;proxy_host = "192.168.0.1" +;proxy_port = "8080" +;proxy_user = "" +;proxy_pass = "" |