aboutsummaryrefslogtreecommitdiff
path: root/ratatoeskr/config.php
blob: 2b5892172b1e4a443554783521aa4a4ec94977fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php

define("__DEBUG__", False);
define("CONFIG_FILLED_OUT", False);
define("PLUGINS_ENABLED", True);

$config["mysql"]["server"] = 'localhost';
$config["mysql"]["db"]     = '';
$config["mysql"]["user"]   = '';
$config["mysql"]["passwd"] = '';
$config["mysql"]["prefix"] = 'ratatoeskr_';

?>