diff options
author | Kevin Chabowski <kevin@kch42.de> | 2012-01-21 22:00:33 +0100 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2012-01-21 22:00:33 +0100 |
commit | a36e46d44db24622eeed4438342dfdbd98a28727 (patch) | |
tree | 189748224c65613991f9975feafb60b7d543b29e /ratatoeskr/config.php | |
parent | eaabdafbcbad712a82878c8a08e0b8b097cae2be (diff) | |
download | ratatoeskr-cms-a36e46d44db24622eeed4438342dfdbd98a28727.tar.gz ratatoeskr-cms-a36e46d44db24622eeed4438342dfdbd98a28727.tar.bz2 ratatoeskr-cms-a36e46d44db24622eeed4438342dfdbd98a28727.zip |
Setup script and clean config file.
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_'; ?> |