crash_test.conf
changeset 78 0ebef32c34af
parent 67 9e95be0b1b8c
child 79 4ae8bb6f8a96
equal deleted inserted replaced
77:e408da1419cd 78:0ebef32c34af
       
     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: