diff -r e408da1419cd -r 0ebef32c34af crash_test.conf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/crash_test.conf Wed Nov 04 17:43:00 2015 +0100 @@ -0,0 +1,30 @@ +{ + Processor => { + Common => { + JobQueue => { + Backend => { + Minion => { Pg => "postgresql:///crashtest" }, + }, + }, + }, + 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: