summaryrefslogtreecommitdiffstats
path: root/config/bootstrap
diff options
context:
space:
mode:
authorraylu <raylu@mixpanel.com>2011-07-12 00:50:00 -0700
committerraylu <raylu@mixpanel.com>2011-07-12 00:50:00 -0700
commit657d270864c6f8f77d083fe4aa6ba636ecbbd372 (patch)
tree1dc4ecd23df4486f6ea637c608513dc87c1e1b50 /config/bootstrap
parentfa1c7d7646da4552dd5894f7c8440f89d1c10c53 (diff)
downloadotakuhub-657d270864c6f8f77d083fe4aa6ba636ecbbd372.tar.xz
rework a lot of search
/search will eventually search all /search/anime searches only anime
Diffstat (limited to 'config/bootstrap')
-rw-r--r--config/bootstrap/connections.php4
1 files changed, 2 insertions, 2 deletions
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
+?>