CrashTest.conf
changeset 19 300b902b5461
parent 17 c91535b1db3e
child 24 b69b7aa98a1d
equal deleted inserted replaced
18:60db1090095b 19:300b902b5461
     1 {
     1 {
     2   DataDir => 'data/',
     2   Dumper => {
     3   MinidumpStackwalkJSON => './stackwalker',
     3       JSONStackwalker => './stackwalker',
     4   SymbolsPath => 'breakpad-debug-symbols/*',
     4       SymbolsPath => 'breakpad-debug-symbols/*',
     5   Storage => "CrashTest::Storage::FileSystem",
     5   },
     6   DecodeQueue => "CrashTest::Decode::Queue::NoQueue",
     6   Storage => {
       
     7       Type => "CrashTest::Storage::FileSystem",
       
     8       DataDir => 'data/'
       
     9   },
       
    10   DecodeQueue => {
       
    11       Type => "CrashTest::Decode::Queue::NoQueue"
       
    12   },
       
    13 #  DecodeQueue => {
       
    14 #      Type => "CrashTest::Decode::Queue::Gearman",
       
    15 #      GearmanServers => [ 'localhost:4730' ]
       
    16 #  },
     7   ScmLinks => {
    17   ScmLinks => {
     8     "svn:svn.example.org/testproject" => 'https://redmine.example.org/projects/testproject/repository/entry/<%= $scmpath =%>?rev=<%= $rev =%>#L<%= $line =%>',
    18     "svn:svn.example.org/testproject" => 'https://redmine.example.org/projects/testproject/repository/entry/<%= $scmpath =%>?rev=<%= $rev =%>#L<%= $line =%>',
     9   },
    19   },
    10 };
    20 };