I find this array format easier to read - less whitespace
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 13 Jan 2011 17:07:39 +0000 (10:07 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 13 Jan 2011 17:26:43 +0000 (10:26 -0700)
turba/config/backends.php.dist

index 38d3044..662f63d 100644 (file)
@@ -201,17 +201,18 @@ $cfgSources['localsql'] = array(
         // connection configuration.
         // To use another DB connection, you must provide configuration
         // information here - for example,
-        //'sql' => array('persistent' => true,
-        //               'username' => 'horde',
-        //               'password' => 'xxx',
-        //               'socket' => '/opt/local/var/run/mysql5/mysqld.sock',
-        //               'protocol' => 'unix',
-        //               'database' => 'horde',
-        //               'charset' => 'iso-8859-1',
-        //               'ssl' => false,
-        //              'splitread' => false,
-        //               'phptype' => 'mysql'),
-        'sql' => false,
+        //'sql' => array(
+        //    'persistent' => true,
+        //    'username' => 'horde',
+        //    'password' => 'xxx',
+        //    'socket' => '/opt/local/var/run/mysql5/mysqld.sock',
+        //    'protocol' => 'unix',
+        //    'database' => 'horde',
+        //    'charset' => 'iso-8859-1',
+        //    'ssl' => false,
+        //    'splitread' => false,
+        //    'phptype' => 'mysql'
+        //),
         'table' => 'turba_objects'
     ),
     'map' => array(