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

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

$config["mysql"]["db"]     = "s_db_47";
$config["mysql"]["user"]   = "dbuser_47";
$config["mysql"]["passwd"] = "DfXVQBoVOBPbLlL";
$config["mysql"]["prefix"] = "ratatoeskr_";

?>