'MongoDb', 'host' => 'localhost', 'database' => 'otakuhub', 'persistent' => 'foo' )); /** * Uncomment this configuration to use CouchDB as your default database. */ // Connections::add('default', array( // 'type' => 'http', // 'adapter' => 'CouchDb', // 'host' => 'localhost', // 'database' => 'my_app' // )); /** * Uncomment this configuration to use MySQL as your default database. */ // Connections::add('default', array( // 'type' => 'database', // 'adapter' => 'MySql', // 'host' => 'localhost', // 'login' => 'root', // 'password' => '', // 'database' => 'my_app' // )); ?>