| changeset 17 | c91535b1db3e |
| parent 3 | 2ff78fe4abda |
| child 19 | 300b902b5461 |
--- a/CrashTest.conf Sat Nov 24 23:16:50 2012 +0100 +++ b/CrashTest.conf Sat Apr 06 21:08:10 2013 +0200 @@ -2,6 +2,8 @@ DataDir => 'data/', MinidumpStackwalkJSON => './stackwalker', SymbolsPath => 'breakpad-debug-symbols/*', + Storage => "CrashTest::Storage::FileSystem", + DecodeQueue => "CrashTest::Decode::Queue::NoQueue", ScmLinks => { "svn:svn.example.org/testproject" => 'https://redmine.example.org/projects/testproject/repository/entry/<%= $scmpath =%>?rev=<%= $rev =%>#L<%= $line =%>', },