5 Copyright (c) 2003-2010, Andrew Dunstan
7 See accompanying License file for license details
15 $dbhost $dbname $dbuser $dbpass $dbport
17 $all_stat $fail_stat $change_stat $green_stat
18 $captcha_pubkey $captcha_privkey
23 my $base_install_dir = '/path/to/install/website';
25 $template_dir = "$base_install_dir/templates";
27 $default_host = 'foohost.pgbuildfarm.org';
29 $dbhost = undef; # undef = unix socket
33 $dbport = undef; # undef = default
35 # addresses to email about new applications
36 $notifyapp=[qw( someone@somewhere.com )];
38 # addresses for mailing lists for status notifications
40 $all_stat=['foo-status-all@somewhere.org'];
41 $fail_stat=['foo-status-fail@somewhere.org'];
42 $change_stat=['foo-status-chngs@somewhere.org'];
43 $green_stat=['foo-status-green@somewhere.org'];
45 # minimum acceptable script versions
47 $min_script_version = "99.99";
48 $min_web_script_version = "99.99";
50 # captcha keys for site
51 $captcha_pubkey = 'foo';
52 $captcha_privkey = 'bar';