summaryrefslogtreecommitdiffstats
path: root/include/config.inc.php
blob: 2b4570a4666d01109cba6611798c22553e0dfb1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php

/*
 * General configuration
 */

$site_title = "BJack for #rautemusik (POC)";
$db_host = "localhost";
$db_name = "bjack";
$db_user = "bjack";
$db_pass = "bjack";

/*
 * Don't touch this
 */

$site_path = dirname(__FILE__);
$model_path = $site_path . "/models/";

?>