--- a/CrashTest.conf Fri May 08 22:29:20 2015 +0200
+++ b/CrashTest.conf Sat May 09 23:17:47 2015 +0200
@@ -9,7 +9,7 @@
# },
Storage => {
Type => "CrashTest::Storage::Sql",
- DSN => "dbi:SQLite:dbname=data/db.sqlite",
+ DSN => "dbi:Pg:dbname=crashreports",
DataDir => 'data/',
},
DecodeQueue => {
@@ -19,7 +19,15 @@
# 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 =%>',
+ 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: