CrashTest.conf
changeset 57 cebbfcd7deff
parent 24 b69b7aa98a1d
child 67 9e95be0b1b8c
equal deleted inserted replaced
56:2a4d97741155 57:cebbfcd7deff
     1 {
     1 {
     2   Dumper => {
     2   Dumper => {
     3       JSONStackwalker => './stackwalker',
     3       JSONStackwalker => './stackwalker',
     4       SymbolsPath => 'breakpad-debug-symbols/*',
     4       SymbolsPath => 'breakpad-debug-symbols/*',
     5   },
     5   },
       
     6 #  Storage => {
       
     7 #      Type => "CrashTest::Storage::FileSystem",
       
     8 #      DataDir => 'data/',
       
     9 #  },
     6   Storage => {
    10   Storage => {
     7       Type => "CrashTest::Storage::FileSystem",
    11       Type => "CrashTest::Storage::Sql",
       
    12       DSN => "dbi:SQLite:dbname=data/db.sqlite",
     8       DataDir => 'data/',
    13       DataDir => 'data/',
     9   },
    14   },
    10 #  Storage => {
       
    11 #      Type => "CrashTest::Storage::Sql",
       
    12 #      DSN => "dbi:SQLite:dbname=data/db.sqlite",
       
    13 #      DataDir => 'data/',
       
    14 #  },
       
    15   DecodeQueue => {
    15   DecodeQueue => {
    16       Type => "CrashTest::Decode::Queue::NoQueue"
    16       Type => "CrashTest::Decode::Queue::NoQueue"
    17   },
    17   },
    18 #  DecodeQueue => {
    18 #  DecodeQueue => {
    19 #      Type => "CrashTest::Decode::Queue::Gearman",
    19 #      Type => "CrashTest::Decode::Queue::Gearman",