From 657d270864c6f8f77d083fe4aa6ba636ecbbd372 Mon Sep 17 00:00:00 2001 From: raylu Date: Tue, 12 Jul 2011 00:50:00 -0700 Subject: rework a lot of search /search will eventually search all /search/anime searches only anime --- config/bootstrap/connections.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/bootstrap/connections.php b/config/bootstrap/connections.php index 645e587..48eb1e8 100644 --- a/config/bootstrap/connections.php +++ b/config/bootstrap/connections.php @@ -43,7 +43,7 @@ use lithium\data\Connections; Connections::add('default', array( 'type' => 'database', 'adapter' => 'MySql', - 'host' => '127.0.0.1', + 'host' => 'otaku.raylu.net', 'login' => 'otakuhub', 'password' => 'otakuhub', 'database' => 'otakuhub' @@ -71,4 +71,4 @@ Connections::add('default', array( -?> \ No newline at end of file +?> -- cgit v1.2.3