Skip to content
Snippets Groups Projects
Unverified Commit 9da3add9 authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Add database.driver_options to the template

parent 0e83b87e
No related branches found
No related tags found
No related merge requests found
...@@ -384,6 +384,11 @@ $config = array( ...@@ -384,6 +384,11 @@ $config = array(
*/ */
'database.prefix' => '', 'database.prefix' => '',
/*
* (Optional) Driver options
*/
'database.driver_options' => array(),
/* /*
* True or false if you would like a persistent database connection * True or false if you would like a persistent database connection
*/ */
...@@ -397,7 +402,7 @@ $config = array( ...@@ -397,7 +402,7 @@ $config = array(
* *
* Configuration options in the slave array are exactly the same as the * Configuration options in the slave array are exactly the same as the
* options for the master (shown above) with the exception of the table * options for the master (shown above) with the exception of the table
* prefix. * prefix and driver options.
*/ */
'database.slaves' => array( 'database.slaves' => array(
/* /*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment