Use more sane defaults.
authorJan Schneider <jan@horde.org>
Fri, 14 Jan 2011 12:07:49 +0000 (13:07 +0100)
committerJan Schneider <jan@horde.org>
Fri, 14 Jan 2011 22:50:53 +0000 (23:50 +0100)
turba/config/backends.php.dist

index edf7e70..dc42e04 100644 (file)
@@ -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'