crash_test.conf
changeset 78 0ebef32c34af
parent 67 9e95be0b1b8c
child 79 4ae8bb6f8a96
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/crash_test.conf	Wed Nov 04 17:43:00 2015 +0100
@@ -0,0 +1,30 @@
+{
+  Processor => {
+    Common => {
+      JobQueue => {
+        Backend => {
+          Minion => { Pg => "postgresql:///crashtest" },
+        },
+      },
+    },
+    Breakpad => {
+      JSONStackwalker => 'stackwalker',
+      SymbolsPath => 'data/breakpad-debug-symbols/*',
+    },
+  },
+  Storage => [
+    { Type => "Sql",  db => { Pg => "postgresql:///crashtest" } },
+    { Type => "File", DataDir => 'data/crashs/' },
+  ],
+  WebInterface => {
+    ScmLinks => {
+      "svn:svn.example.org/testproject" => 'https://redmine.example.org/projects/testproject/repository/entry/<%= $scmpath =%>?rev=<%= $rev =%>#L<%= $line =%>',
+    },
+    ExtraColumns => {
+      Index => [
+        { id => 'os', db_column => "crash_user.os", name => 'Operating System' },
+      ],
+    },
+  },
+};
+# vim:ft=perl: