diff options
Diffstat (limited to 'conf/general-example')
-rw-r--r-- | conf/general-example | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/general-example b/conf/general-example index 8aaa531aa..f531a042a 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.7 2007-01-26 14:19:41 matthew Exp $ + * $Id: general-example,v 1.8 2007-02-08 18:36:02 matthew Exp $ * */ @@ -35,4 +35,6 @@ 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_SMTP_SMARTHOST', 'localhost'); + ?> |