equal
deleted
inserted
replaced
|
1 { |
|
2 Processor => { |
|
3 Common => { |
|
4 JobQueue => { |
|
5 Backend => { |
|
6 Minion => { Pg => "postgresql:///crashtest" }, |
|
7 }, |
|
8 }, |
|
9 }, |
|
10 Breakpad => { |
|
11 JSONStackwalker => 'stackwalker', |
|
12 SymbolsPath => 'data/breakpad-debug-symbols/*', |
|
13 }, |
|
14 }, |
|
15 Storage => [ |
|
16 { Type => "Sql", db => { Pg => "postgresql:///crashtest" } }, |
|
17 { Type => "File", DataDir => 'data/crashs/' }, |
|
18 ], |
|
19 WebInterface => { |
|
20 ScmLinks => { |
|
21 "svn:svn.example.org/testproject" => 'https://redmine.example.org/projects/testproject/repository/entry/<%= $scmpath =%>?rev=<%= $rev =%>#L<%= $line =%>', |
|
22 }, |
|
23 ExtraColumns => { |
|
24 Index => [ |
|
25 { id => 'os', db_column => "crash_user.os", name => 'Operating System' }, |
|
26 ], |
|
27 }, |
|
28 }, |
|
29 }; |
|
30 # vim:ft=perl: |