aboutsummaryrefslogtreecommitdiffstats
path: root/blog/conf/general-example
blob: dca1e9dcc6666327bb534edab8a588dd648fed74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?php
/*
 * general-example:
 * Example values for the "general" config file.
 *
 * Configuration parameters, in PHP syntax. Configuration parameters are set
 * using the PHP define('OPTION_...', '...') function. Both perl and PHP code
 * parse this properly, so you can use comments and conditionals and whatnot,
 * but unless essential it's better to keep it simple....
 *
 * Copy this file to one called "general" in the same directory.  Or
 * have multiple config files and use a symlink to change between them.
 * 
 * Copyright (c) 2005 UK Citizens Online Democracy. All rights reserved.
 * Email: francis@mysociety.org; WWW: http://www.mysociety.org
 *
 * $Id: general-example,v 1.2 2010-01-28 00:47:37 francis Exp $
 * 
 */

// MySQL database for FMSBLOG mySociety WordPress
define('OPTION_FMSBLOG_DB_NAME', '');
define('OPTION_FMSBLOG_DB_USER', '');
define('OPTION_FMSBLOG_DB_PASS', '');
define('OPTION_FMSBLOG_DB_HOST', '');
define('OPTION_STAGING', '0');