Skip to content

Commit

Permalink
Reset database password
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Janssen committed Aug 11, 2014
1 parent 4a4d69e commit 6679058
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
'charset' => 'UTF8',
'master' => array(
'user' => 'root',
'password' => '$5$XEOG7jH16dHhB$0r94lMxDeIC612ZByCZXAIpI0mfI5zC/PpubwJmiEz9',
'password' => 'root',
'host' => 'localhost',
'dbname' => 'silexrest'
),
'slaves' => array(
array(
'user' => 'root',
'password' => '$5$XEOG7jH16dHhB$0r94lMxDeIC612ZByCZXAIpI0mfI5zC/PpubwJmiEz9',
'password' => 'root',
'host' => 'localhost',
'dbname' => 'silexrest'
)
Expand Down

0 comments on commit 6679058

Please sign in to comment.