crash_test.conf
changeset 79 4ae8bb6f8a96
parent 78 0ebef32c34af
equal deleted inserted replaced
78:0ebef32c34af 79:4ae8bb6f8a96
     1 {
     1 {
     2   Processor => {
     2   Processor => {
     3     Common => {
     3     JobQueue => {
     4       JobQueue => {
     4       Backend => {
     5         Backend => {
     5         Minion => { Pg => "postgresql:///crashtest" },
     6           Minion => { Pg => "postgresql:///crashtest" },
       
     7         },
       
     8       },
     6       },
     9     },
     7     },
    10     Breakpad => {
     8     CrashProcessor => {
    11       JSONStackwalker => 'stackwalker',
     9       Breakpad => {
    12       SymbolsPath => 'data/breakpad-debug-symbols/*',
    10         JSONStackwalker => 'stackwalker',
       
    11         SymbolsPath => 'data/breakpad-debug-symbols/*',
       
    12       },
    13     },
    13     },
    14   },
    14   },
    15   Storage => [
    15   Storage => [
    16     { Type => "Sql",  db => { Pg => "postgresql:///crashtest" } },
    16     { Type => "Sql",  db => { Pg => "postgresql:///crashtest" } },
    17     { Type => "File", DataDir => 'data/crashs/' },
    17     { Type => "File", DataDir => 'data/crashs/' },