summaryrefslogtreecommitdiffstats
path: root/include/config.inc.php
blob: 5c5a53c3be17e4db420142348ff0513b4dbc4649 (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 = "bjack2";

/*
 * Don't touch this
 */

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

?>