CrashTest.conf
changeset 57 cebbfcd7deff
parent 24 b69b7aa98a1d
child 67 9e95be0b1b8c
--- a/CrashTest.conf	Sun Jan 25 22:48:47 2015 +0100
+++ b/CrashTest.conf	Mon Jan 26 00:48:15 2015 +0100
@@ -3,15 +3,15 @@
       JSONStackwalker => './stackwalker',
       SymbolsPath => 'breakpad-debug-symbols/*',
   },
+#  Storage => {
+#      Type => "CrashTest::Storage::FileSystem",
+#      DataDir => 'data/',
+#  },
   Storage => {
-      Type => "CrashTest::Storage::FileSystem",
+      Type => "CrashTest::Storage::Sql",
+      DSN => "dbi:SQLite:dbname=data/db.sqlite",
       DataDir => 'data/',
   },
-#  Storage => {
-#      Type => "CrashTest::Storage::Sql",
-#      DSN => "dbi:SQLite:dbname=data/db.sqlite",
-#      DataDir => 'data/',
-#  },
   DecodeQueue => {
       Type => "CrashTest::Decode::Queue::NoQueue"
   },