[zen-33] Remove unused configuration
authorMatthew Weier O'Phinney <matthew@zend.com>
Tue, 15 May 2012 17:24:12 +0000 (12:24 -0500)
committerMatthew Weier O'Phinney <matthew@zend.com>
Tue, 15 May 2012 17:24:12 +0000 (12:24 -0500)
module/Application/config/module.config.php

index dc3bd81..4af685f 100644 (file)
@@ -46,8 +46,4 @@ return array(
             'application' => __DIR__ . '/../view',
         ),
     ),
-    'db' => array(
-        'driver' => 'Pdo-Sqlite',
-        'dbname' => 'path/to/data/database.sqlite'
-    )
 );