diff options
author | joelcox <joel@mickly.com> | 2011-01-16 18:16:21 +0100 |
---|---|---|
committer | joelcox <joel@mickly.com> | 2011-01-16 18:16:21 +0100 |
commit | 42aa95bfee77baa6d4fe2728c4a02c61b7a3cac1 (patch) | |
tree | 7f53e7e600e7379fbd3d71e11b36b90317076b98 /user_guide/database/configuration.html | |
parent | 2035fd8f700c12ca6b21cacf9d1bbb111995a1af (diff) |
Added documentation for environments
Diffstat (limited to 'user_guide/database/configuration.html')
-rw-r--r-- | user_guide/database/configuration.html | 4 |
1 files changed, 1 insertions, 3 deletions
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 <h1>Database Configuration</h1> <p>CodeIgniter has a config file that lets you store your database connection values (username, password, database name, etc.). -The config file is located at:</p> - -<p><kbd>application/config/database.php</kbd></p> +The config file is located at <samp>application/config/database.php</samp>. You can also set database connection values for specific <a href="../libraries/config.html">environments</a> by placing <strong>database.php</strong> it the respective environment config folder.</p> <p>The config settings are stored in a multi-dimensional array with this prototype:</p> |