Initial checkin.
authorThomas Hochstein <thh@inter.net>
Fri, 17 Sep 2010 11:49:29 +0000 (13:49 +0200)
committerThomas Hochstein <thh@inter.net>
Fri, 17 Sep 2010 11:49:29 +0000 (13:49 +0200)
Signed-off-by: Thomas Hochstein <thh@inter.net>
newsstats.conf.sample [new file with mode: 0644]

diff --git a/newsstats.conf.sample b/newsstats.conf.sample
new file mode 100644 (file)
index 0000000..3133ed2
--- /dev/null
@@ -0,0 +1,19 @@
+### database configuration
+#
+# driver, host, credentials and database
+#
+DBDriver   = mysql
+DBHost     = localhost
+DBUser     = 
+DBPw       = 
+DBDatabase = newsstats
+#
+# tables
+#
+DBTableRaw   = raw_de
+DBTableGrps  = groups_de
+#DBTableClnts =
+#DBTableHosts =
+
+### hierarchy configuration
+TLH = de
This page took 0.011212 seconds and 4 git commands to generate.