CrashTest.conf
author Vincent Tondellier <tonton+hg@team1664.org>
Tue, 19 Aug 2014 23:51:31 +0200
changeset 43 6070307efd38
parent 24 b69b7aa98a1d
child 57 cebbfcd7deff
permissions -rw-r--r--
Use the mojolicious plugin instead of rolling our own config loader. Fix Perl::Critic complaints about eval

{
  Dumper => {
      JSONStackwalker => './stackwalker',
      SymbolsPath => 'breakpad-debug-symbols/*',
  },
  Storage => {
      Type => "CrashTest::Storage::FileSystem",
      DataDir => 'data/',
  },
#  Storage => {
#      Type => "CrashTest::Storage::Sql",
#      DSN => "dbi:SQLite:dbname=data/db.sqlite",
#      DataDir => 'data/',
#  },
  DecodeQueue => {
      Type => "CrashTest::Decode::Queue::NoQueue"
  },
#  DecodeQueue => {
#      Type => "CrashTest::Decode::Queue::Gearman",
#      GearmanServers => [ 'localhost:4730' ],
#  },
  ScmLinks => {
    "svn:svn.example.org/testproject" => 'https://redmine.example.org/projects/testproject/repository/entry/<%= $scmpath =%>?rev=<%= $rev =%>#L<%= $line =%>',
  },
};