array( 'default' => array( 'type' => 'MySQL', 'connection' => array( // 'hostname' => 'localhost', // 'database' => 'minuano', // 'username' => 'root', // 'password' => FALSE, 'hostname' => 'localhost',//'mysql.bewnet.com.br', 'database' => 'minuano_mysql', 'username' => 'minuano_mysql', 'password' => '1es2051', ), 'table_prefix' => '', 'charset' => 'utf8' ) ), Kohana::TESTING => array( 'default' => array( 'type' => 'MySQL', 'connection' => array( 'hostname' => 'intranet', 'database' => 'tripl', 'username' => 'dev', 'password' => FALSE, ), 'charset' => 'utf8' ) ), Kohana::PRODUCTION => array( 'default' => array( 'type' => 'MySQL', 'connection' => array( 'hostname' => 'localhost',//'mysql.bewnet.com.br', 'database' => 'minuano_mysql', 'username' => 'minuano_mysql', 'password' => '1es2051', ), 'charset' => 'utf8' ) ) ); return $config[Kohana::$environment];