diff options
author | Struan Donald <struan@exo.org.uk> | 2011-12-08 17:54:49 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-12-08 17:54:49 +0000 |
commit | 1d2ead707ff2f97a2df3e90901b1bbfc0aade62c (patch) | |
tree | 997da4f0a782b1a322b72c6d8ca9d1d0ceae7fb4 /conf | |
parent | c65d61a7718bbd2ba70557d68575b9e31f6f99e6 (diff) |
BCI -> FMS in config values
Diffstat (limited to 'conf')
-rw-r--r-- | conf/general-example | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/conf/general-example b/conf/general-example index 65e192b4d..83a4c9dd4 100644 --- a/conf/general-example +++ b/conf/general-example @@ -18,12 +18,12 @@ * */ -// PostgreSQL database for BCI -define('OPTION_BCI_DB_HOST', 'localhost'); -define('OPTION_BCI_DB_PORT', '5432'); -define('OPTION_BCI_DB_NAME', 'bci'); -define('OPTION_BCI_DB_USER', 'bci'); -define('OPTION_BCI_DB_PASS', ''); +// PostgreSQL database for FMS +define('OPTION_FMS_DB_HOST', 'localhost'); +define('OPTION_FMS_DB_PORT', '5432'); +define('OPTION_FMS_DB_NAME', 'bci'); +define('OPTION_FMS_DB_USER', 'bci'); +define('OPTION_FMS_DB_PASS', ''); define('OPTION_BASE_URL', 'http://www.example.org'); |