From 42aa95bfee77baa6d4fe2728c4a02c61b7a3cac1 Mon Sep 17 00:00:00 2001
From: joelcox
Date: Sun, 16 Jan 2011 18:16:21 +0100
Subject: Added documentation for environments
---
user_guide/database/configuration.html | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
(limited to 'user_guide/database/configuration.html')
diff --git a/user_guide/database/configuration.html b/user_guide/database/configuration.html
index 893db6221..34d267596 100644
--- a/user_guide/database/configuration.html
+++ b/user_guide/database/configuration.html
@@ -61,9 +61,7 @@ Configuration
Database Configuration
CodeIgniter has a config file that lets you store your database connection values (username, password, database name, etc.).
-The config file is located at:
-
-application/config/database.php
+The config file is located at application/config/database.php. You can also set database connection values for specific environments by placing database.php it the respective environment config folder.
The config settings are stored in a multi-dimensional array with this prototype:
--
cgit v1.2.3-24-g4f1b