[SR-Dev] git:janakj/flatstore: - a set of minimalistic config files for testing purposes

Jan Janak jan at iptel.org
Sun Feb 15 18:56:46 CET 2009


Module: sip-router
Branch: janakj/flatstore
Commit: 195f080acfc628fe21995f9386c0bb55e276450c
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=195f080acfc628fe21995f9386c0bb55e276450c

Author: Jan Janak <jan at iptel.org>
Committer: Jan Janak <jan at iptel.org>
Date:   Thu Jun 26 15:43:26 2008 +0000

- a set of minimalistic config files for testing purposes

---

 modules/db_flatstore/ser-flatstore.cfg |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/modules/db_flatstore/ser-flatstore.cfg b/modules/db_flatstore/ser-flatstore.cfg
new file mode 100644
index 0000000..154236a
--- /dev/null
+++ b/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;
+}




More information about the sr-dev mailing list