diff options
Diffstat (limited to 'config/bootstrap')
-rw-r--r-- | config/bootstrap/connections.php | 4 |
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 +?> |