Skip to content

Commit

Permalink
Update mysql Schema
Browse files Browse the repository at this point in the history
  • Loading branch information
yhabteab committed Jun 13, 2020
1 parent 6922f7e commit 0cb412a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/dashboards/library/Dashboards/Common/Database.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ protected function getDb()
'db' => 'mysql',
'host' => 'mysql',
'dbname' => 'dashboard',
'username' => 'dashboard',
'username' => 'root',
'password' => 'dashboard',
'charset' => 'utf8mb4'
]);
Expand Down

0 comments on commit 0cb412a

Please sign in to comment.