diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/crontab.ugly | 4 | ||||
-rw-r--r-- | conf/general-example | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/conf/crontab.ugly b/conf/crontab.ugly index f6776cdb8..06911dd30 100644 --- a/conf/crontab.ugly +++ b/conf/crontab.ugly @@ -4,13 +4,13 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org. WWW: http://www.mysociety.org/ # -# $Id: crontab.ugly,v 1.8 2007-05-08 18:16:35 matthew Exp $ +# $Id: crontab.ugly,v 1.9 2007-06-15 14:57:51 matthew Exp $ PATH=/usr/local/bin:/usr/bin:/bin !!(* if ($vhost eq "matthew.bci.mysociety.org") { *)!! MAILTO=matthew@mysociety.org !!(* } else {*)!! -MAILTO=team@neighbourhoodfixit.com +MAILTO=team@fixmystreet.com !!(* } *)!! */5 * * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/send-reports.lock /data/vhost/!!(*= $vhost *)!!/mysociety/bci/bin/send-reports || echo "stalled?" diff --git a/conf/general-example b/conf/general-example index 5f1ed729b..2fe7d66f4 100644 --- a/conf/general-example +++ b/conf/general-example @@ -14,7 +14,7 @@ * Copyright (c) 2006 UK Citizens Online Democracy. All rights reserved. * Email: francis@mysociety.org; WWW: http://www.mysociety.org * - * $Id: general-example,v 1.10 2007-04-11 10:34:48 matthew Exp $ + * $Id: general-example,v 1.11 2007-06-15 14:57:51 matthew Exp $ * */ @@ -33,7 +33,7 @@ define('OPTION_DRESS_DB_PASS', ''); define('OPTION_BASE_URL', 'http://www.example.org'); define('OPTION_CONTACT_EMAIL', 'team@example.org'); -define('OPTION_CONTACT_NAME', 'Neighbourhood Fix-It'); +define('OPTION_CONTACT_NAME', 'FixMyStreet'); define('OPTION_STAGING_SITE', 1); define('OPTION_GEO_CACHE', '/cache/'); @@ -41,6 +41,7 @@ define('OPTION_GEO_CACHE', '/cache/'); define('OPTION_MAPIT_URL', 'http://services.mysociety.org/mapit'); define('OPTION_TILES_URL', 'http://tilma.mysociety.org/tileserver/10k-full-london'); define('OPTION_EVEL_URL', 'http://services.mysociety.org/evel'); +define('OPTION_GAZE_URL', 'http://gaze.mysociety.org/gaze'); define('OPTION_SMTP_SMARTHOST', 'localhost'); |