summaryrefslogtreecommitdiff
path: root/includes/config.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/config.inc')
-rw-r--r--includes/config.inc23
1 files changed, 8 insertions, 15 deletions
diff --git a/includes/config.inc b/includes/config.inc
index a2ec3763f..87726021f 100644
--- a/includes/config.inc
+++ b/includes/config.inc
@@ -5,10 +5,10 @@
#
### host: "http://www.drop.org/":
-#$db_host = "zind.net";
-#$db_name = "droporg";
-#$db_pass = "DropIes";
-#$db_name = "droporg";
+$db_host = "zind.net";
+$db_name = "droporg";
+$db_pass = "DropIes";
+$db_name = "droporg";
### host: "http://beta.drop.org/":
#$db_host = "zind.net";
@@ -17,10 +17,10 @@
#$db_name = "dries";
### host: "http://localhost/":
-$db_host = "localhost";
-$db_name = "drop";
-$db_pass = "drop";
-$db_name = "drop";
+#$db_host = "localhost";
+#$db_name = "drop";
+#$db_pass = "drop";
+#$db_name = "drop";
#
# Administrative information
@@ -134,11 +134,4 @@ $submission_rate = array("comment" => "60", // 60 seconds = 1 minute
#
$submission_size = 12000; // 12.000 characters is more or less 300 lines
-#
-# Watchdog history:
-# how long we should store the log files generated by the
-# watchdog
-#
-$watchdog_history = 604800; // 604.800 seconds = 1 week
-
?>