Move configuration out of config.php and ignore it. That should be a
[adorno.git] / config / config-adorno.php
bloba2aea65716c9392f4ca2ffbd295b41e4acbc0c2a
1 <?php
3 $dbconn = pg_Connect("dbname=adorno user=general");
5 $system_name = "Adorno Music Server";
6 $sysabbr = "adorno";
8 $base_dns = "http://$HTTP_HOST";
9 $base_url = "";
10 $external_base_url = $base_dns;
11 $base_dir = $DOCUMENT_ROOT;
12 $images = "img";
13 $styles = "styles";
15 // Set the bebug variable initially to '0'. This variable is made available
16 // to all local routines for verbose printing.
17 if ( !isset($debuglevel) ) $debuglevel = 2;
19 $c->dbg['ALL'] = 1;
20 $c->dbg['current_queue'] = 1;