CrashTest.conf
changeset 3 2ff78fe4abda
parent 0 5b78b8c79d9c
child 17 c91535b1db3e
equal deleted inserted replaced
2:873ceb7769a8 3:2ff78fe4abda
     1 {
     1 {
     2   DataDir => 'data/',
     2   DataDir => 'data/',
     3   MinidumpStackwalkJSON => './stackwalker',
     3   MinidumpStackwalkJSON => './stackwalker',
     4   SymbolsPath => '',
     4   SymbolsPath => 'breakpad-debug-symbols/*',
       
     5   ScmLinks => {
       
     6     "svn:svn.example.org/testproject" => 'https://redmine.example.org/projects/testproject/repository/entry/<%= $scmpath =%>?rev=<%= $rev =%>#L<%= $line =%>',
       
     7   },
     5 };
     8 };