From 1f705be51d9f7f15ce3403b624f2fc716328b41b Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Fri, 14 Jan 2011 13:07:49 +0100 Subject: [PATCH] Use more sane defaults. --- turba/config/backends.php.dist | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/turba/config/backends.php.dist b/turba/config/backends.php.dist index edf7e7023..dc42e0482 100644 --- a/turba/config/backends.php.dist +++ b/turba/config/backends.php.dist @@ -203,13 +203,13 @@ $cfgSources['localsql'] = array( // To use another DB connection, you must provide configuration // information here - for example, //'sql' => array( - // 'persistent' => true, + // 'persistent' => false, // 'username' => 'horde', - // 'password' => 'xxx', - // 'socket' => '/opt/local/var/run/mysql5/mysqld.sock', + // 'password' => 'secret', + // 'socket' => '/var/run/mysqld/mysqld.sock', // 'protocol' => 'unix', // 'database' => 'horde', - // 'charset' => 'iso-8859-1', + // 'charset' => 'utf-8', // 'ssl' => false, // 'splitread' => false, // 'phptype' => 'mysql' -- 2.11.0