Изменение localhost на ip.
Ano Mr Site / Build and deploy (push) Successful in 9s
Details
Ano Mr Site / Build and deploy (push) Successful in 9s
Details
This commit is contained in:
parent
f13bb5256b
commit
58b0ed72ca
|
|
@ -9,7 +9,7 @@ use function Catcher\recovery;
|
||||||
|
|
||||||
$config = (object) [
|
$config = (object) [
|
||||||
'driver' => 'mysql',
|
'driver' => 'mysql',
|
||||||
'host' => 'localhost',
|
'host' => '127.0.0.1',
|
||||||
'port' => 3306,
|
'port' => 3306,
|
||||||
'dbname' => 'anodb',
|
'dbname' => 'anodb',
|
||||||
'username' => 'root',
|
'username' => 'root',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue