Skip to content

Commit

Permalink
Modify composer
Browse files Browse the repository at this point in the history
  • Loading branch information
stelin committed May 20, 2019
1 parent b60e1ed commit 288995b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/bean.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
],
'db' => [
'class' => Database::class,
'dsn' => 'mysql:dbname=test;host=172.17.0.3',
'dsn' => 'mysql:dbname=test;host=127.0.0.1',
'username' => 'root',
'password' => 'swoft123456',
],
Expand Down

0 comments on commit 288995b

Please sign in to comment.