Remove these which are present in AWL libraries.
[adorno.git] / config / config-adorno.php
blobd15002b36bafd85f9163ccf561ff67d1b0207742
1 <?php
3 $dbconn = pg_Connect("dbname=adorno user=general");
5 $c->daemon_type = 'mpd';
6 $c->mpd['connection'] = "tcp://127.0.0.1:6600";
7 $c->mpd['prefix'] = "/music/";
9 $c->daemon_type = 'vlc';
10 $c->vlc['connection'] = "tcp://127.0.0.1:8030";
11 $c->vlc['connection'] = "tcp://192.168.55.2:8030";
13 $c->daemon_type = 'xmms2';
14 $c->xmms2['connection'] = "tcp://192.168.55.2:9667";
15 # $c->xmms2['connection'] = "unix:///tmp/";
17 $system_name = "Adorno Music Server";
18 $sysabbr = "adorno";
20 $base_dns = "http://$HTTP_HOST";
21 $base_url = "";
22 $external_base_url = $base_dns;
23 $base_dir = $DOCUMENT_ROOT;
24 $images = "img";
25 $styles = "styles";
27 $c->dbg = array(
28 // 'ALL' => 1,
29 // 'current_queue' => 1,