Skip to content

Commit

Permalink
Updated DB details
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonscott committed May 5, 2014
1 parent ac15fa2 commit 11d03a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/config/database.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@

'mysql' => array(
'driver' => 'mysql',
'host' => 'localhost',
'host' => '127.0.0.1',
'database' => 'cadence',
'username' => 'root',
'password' => 'U!ystTLUe%$sdz3',
'username' => 'cadence',
'password' => 'Cadenc3!',
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',
Expand Down

0 comments on commit 11d03a0

Please sign in to comment.