From: Jan Schneider Date: Fri, 14 Jan 2011 12:07:49 +0000 (+0100) Subject: Use more sane defaults. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=1f705be51d9f7f15ce3403b624f2fc716328b41b;p=horde.git Use more sane defaults. --- 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'