My favorites | Sign in
Project Logo
             
Search
for
Updated Apr 23, 2009 by austin.ok
SocorroReporterConfiguration  
Setting for customizing the reporter web application

Application Wide Settings

root directory for crash dump files

$config'dumpPath' = '/var/socorro/dumps';

Mappings of source code types to web links

$config'vcsMappings' = array(
'cvs' => array(
'cvs.mozilla.org/cvsroot' =>
'http://bonsai.mozilla.org/cvsblame.cgi?file=%(file)s&rev=%(revision)s&mark=%(line)s#%(line)s'
), 'hg' => array(
'hg.mozilla.org/mozilla-central' =>
'http://hg.mozilla.org/mozilla-central/index.cgi/annotate/%(revision)s/%(file)s#l%(line)s'
)
);

OS Platform details

Names and Colors of Operating Systems can be customized by editing

webapp-php/application/config/platforms.php

Status Page Happiness

The threshold for happiness can be changed by editing

webapp-php/application/models/server_status.php


Sign in to add a comment
Hosted by Google Code