[add] Parametrizing

This commit is contained in:
2018-08-08 16:15:45 -06:00
parent d2b9163537
commit f16e9fe72c
2 changed files with 3 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ return [
// Datanase settings
'mysql' => [
'host' => 'mysql',
'port' => '3307',
'database' => 'payroll',
'user' => 'root',
'password' => '12345678',