CrashTest.conf
author Vincent Tondellier <tonton+hg@team1664.org>
Sun, 08 Feb 2015 14:14:15 +0100
changeset 58 a3e856c4d161
parent 57 cebbfcd7deff
child 67 9e95be0b1b8c
permissions -rw-r--r--
Fix frame trust warnings with the latest Mojolicious

{
  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 =%>',
  },
};