[add] Connecting to mysql from pdo

This commit is contained in:
2018-08-08 05:24:02 +00:00
parent 7fc9ca8c75
commit f2237d9209
2 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ return [
// Datanase settings
'mysql' => [
'host' => 'localhost',
'host' => 'mysql',
'database' => 'payroll',
'user' => 'root',
'password' => '12345678',