equal
deleted
inserted
replaced
3 JSONStackwalker => './stackwalker', |
3 JSONStackwalker => './stackwalker', |
4 SymbolsPath => 'breakpad-debug-symbols/*', |
4 SymbolsPath => 'breakpad-debug-symbols/*', |
5 }, |
5 }, |
6 Storage => { |
6 Storage => { |
7 Type => "CrashTest::Storage::FileSystem", |
7 Type => "CrashTest::Storage::FileSystem", |
8 DataDir => 'data/' |
8 DataDir => 'data/', |
9 }, |
9 }, |
|
10 # Storage => { |
|
11 # Type => "CrashTest::Storage::Sql", |
|
12 # DSN => "dbi:SQLite:dbname=data/db.sqlite", |
|
13 # DataDir => 'data/', |
|
14 # }, |
10 DecodeQueue => { |
15 DecodeQueue => { |
11 Type => "CrashTest::Decode::Queue::NoQueue" |
16 Type => "CrashTest::Decode::Queue::NoQueue" |
12 }, |
17 }, |
13 # DecodeQueue => { |
18 # DecodeQueue => { |
14 # Type => "CrashTest::Decode::Queue::Gearman", |
19 # Type => "CrashTest::Decode::Queue::Gearman", |
15 # GearmanServers => [ 'localhost:4730' ] |
20 # GearmanServers => [ 'localhost:4730' ], |
16 # }, |
21 # }, |
17 ScmLinks => { |
22 ScmLinks => { |
18 "svn:svn.example.org/testproject" => 'https://redmine.example.org/projects/testproject/repository/entry/<%= $scmpath =%>?rev=<%= $rev =%>#L<%= $line =%>', |
23 "svn:svn.example.org/testproject" => 'https://redmine.example.org/projects/testproject/repository/entry/<%= $scmpath =%>?rev=<%= $rev =%>#L<%= $line =%>', |
19 }, |
24 }, |
20 }; |
25 }; |