'database', 'adapter' => 'MySql', 'host' => 'otaku.raylu.net', 'login' => 'otakuhub', 'password' => 'otakuhub', 'database' => 'otakuhub' )); /** * Uncomment this configuration to use MongoDB as your default database. */ Connections::add('mongo', array( 'type' => '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' // )); ?>