From 31759cb3b3090c1b9d68ac54f2d2622584003563 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 15 Dec 2008 08:37:09 +0000 Subject: Delete trunk/kohana and trunk/modules/unit_test in preparation to refresh them properly from the vendor branch. --- kohana/config/database.php | 45 --------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 kohana/config/database.php (limited to 'kohana/config/database.php') diff --git a/kohana/config/database.php b/kohana/config/database.php deleted file mode 100644 index f34e51e3..00000000 --- a/kohana/config/database.php +++ /dev/null @@ -1,45 +0,0 @@ - 'mysql://dbuser:secret@localhost/kohana' - * character_set - Database character set - * table_prefix - Database table prefix - * object - Enable or disable object results - * cache - Enable or disable query caching - * escape - Enable automatic query builder escaping - */ -$config['default'] = array -( - 'benchmark' => TRUE, - 'persistent' => FALSE, - 'connection' => array - ( - 'type' => 'mysql', - 'user' => 'dbuser', - 'pass' => 'p@ssw0rd', - 'host' => 'localhost', - 'port' => FALSE, - 'socket' => FALSE, - 'database' => 'kohana' - ), - 'character_set' => 'utf8', - 'table_prefix' => '', - 'object' => TRUE, - 'cache' => FALSE, - 'escape' => TRUE -); \ No newline at end of file -- cgit v1.2.3