diff options
Diffstat (limited to 'ratatoeskr/config.php')
-rw-r--r-- | ratatoeskr/config.php | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/ratatoeskr/config.php b/ratatoeskr/config.php index ae48950..2b58921 100644 --- a/ratatoeskr/config.php +++ b/ratatoeskr/config.php @@ -1,12 +1,13 @@ <?php -define("__DEBUG__", True); -define("CONFIG_FILLED_OUT", True); +define("__DEBUG__", False); +define("CONFIG_FILLED_OUT", False); define("PLUGINS_ENABLED", True); -$config["mysql"]["db"] = "s_db_47"; -$config["mysql"]["user"] = "dbuser_47"; -$config["mysql"]["passwd"] = "DfXVQBoVOBPbLlL"; -$config["mysql"]["prefix"] = "ratatoeskr_"; +$config["mysql"]["server"] = 'localhost'; +$config["mysql"]["db"] = ''; +$config["mysql"]["user"] = ''; +$config["mysql"]["passwd"] = ''; +$config["mysql"]["prefix"] = 'ratatoeskr_'; ?> |