CrashTest.conf
changeset 19 300b902b5461
parent 17 c91535b1db3e
child 24 b69b7aa98a1d
--- a/CrashTest.conf	Sat Apr 06 22:50:55 2013 +0200
+++ b/CrashTest.conf	Sun Apr 07 00:02:00 2013 +0200
@@ -1,9 +1,19 @@
 {
-  DataDir => 'data/',
-  MinidumpStackwalkJSON => './stackwalker',
-  SymbolsPath => 'breakpad-debug-symbols/*',
-  Storage => "CrashTest::Storage::FileSystem",
-  DecodeQueue => "CrashTest::Decode::Queue::NoQueue",
+  Dumper => {
+      JSONStackwalker => './stackwalker',
+      SymbolsPath => 'breakpad-debug-symbols/*',
+  },
+  Storage => {
+      Type => "CrashTest::Storage::FileSystem",
+      DataDir => 'data/'
+  },
+  DecodeQueue => {
+      Type => "CrashTest::Decode::Queue::NoQueue"
+  },
+#  DecodeQueue => {
+#      Type => "CrashTest::Decode::Queue::Gearman",
+#      GearmanServers => [ 'localhost:4730' ]
+#  },
   ScmLinks => {
     "svn:svn.example.org/testproject" => 'https://redmine.example.org/projects/testproject/repository/entry/<%= $scmpath =%>?rev=<%= $rev =%>#L<%= $line =%>',
   },