--- 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"
},