summaryrefslogtreecommitdiff
path: root/includes/config.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2000-12-10 16:22:50 +0000
committerDries Buytaert <dries@buytaert.net>2000-12-10 16:22:50 +0000
commite8ea2ab88ec843905f307566a1e576f87a3d65ef (patch)
tree0f3403a09ac47ea86fa6aea4b05676ead8c24dfc /includes/config.inc
parent2a4c9cc97ba42107e55637dfc549c80c02238246 (diff)
downloadbrdo-e8ea2ab88ec843905f307566a1e576f87a3d65ef.tar.gz
brdo-e8ea2ab88ec843905f307566a1e576f87a3d65ef.tar.bz2
- large batch of updated files featuring various changes: big, small and
new stuff!
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
-
?>