From 9da3add9f7a80a7b0ebf766fbca566a4347bf24f Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Sat, 29 Sep 2018 20:22:47 +0200 Subject: [PATCH] Add database.driver_options to the template --- config-templates/config.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config-templates/config.php b/config-templates/config.php index 54121b5fa..50a08f9b9 100644 --- a/config-templates/config.php +++ b/config-templates/config.php @@ -384,6 +384,11 @@ $config = array( */ 'database.prefix' => '', + /* + * (Optional) Driver options + */ + 'database.driver_options' => array(), + /* * True or false if you would like a persistent database connection */ @@ -397,7 +402,7 @@ $config = array( * * Configuration options in the slave array are exactly the same as the * options for the master (shown above) with the exception of the table - * prefix. + * prefix and driver options. */ 'database.slaves' => array( /* -- GitLab