diff -r aa2437932c03 -r 0e40a68ba421 crash_test.conf --- a/crash_test.conf Sun Feb 14 20:25:24 2016 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,30 +0,0 @@ -{ - Processor => { - JobQueue => { - Backend => { - Minion => { Pg => "postgresql:///crashtest" }, - }, - }, - CrashProcessor => { - Breakpad => { - JSONStackwalker => 'stackwalker', - SymbolsPath => 'data/breakpad-debug-symbols/*', - }, - }, - }, - Storage => [ - { Type => "Sql", db => { Pg => "postgresql:///crashtest" } }, - { Type => "File", DataDir => 'data/crashs/' }, - ], - WebInterface => { - ScmLinks => { - "svn:svn.example.org/testproject" => 'https://redmine.example.org/projects/testproject/repository/entry/<%= $scmpath =%>?rev=<%= $rev =%>#L<%= $line =%>', - }, - ExtraColumns => { - Index => [ - { id => 'os', db_column => "crash_user.os", name => 'Operating System' }, - ], - }, - }, -}; -# vim:ft=perl: