Browse Source

- a set of minimalistic config files for testing purposes

Jan Janak 17 years ago
parent
commit
195f080acf
1 changed files with 22 additions and 0 deletions
  1. 22 0
      modules/db_flatstore/ser-flatstore.cfg

+ 22 - 0
modules/db_flatstore/ser-flatstore.cfg

@@ -0,0 +1,22 @@
+#
+# Minimalistic configuration file for SER which can be used
+# to test the flatstore SER module.
+#
+debug = 4
+fork = no
+children = 1
+log_stderror = yes
+
+loadpath "./modules"
+
+loadmodule "flatstore"
+loadmodule "sl"
+loadmodule "tm"
+loadmodule "acc_db"
+
+modparam("acc_db", "db_url", "flatstore:/tmp")
+
+route {
+	acc_db_log();
+	break;
+}