Изменение localhost на ip.
Ano Mr Site / Build and deploy (push) Successful in 9s Details

This commit is contained in:
Red 2025-09-10 21:21:12 +05:00
parent f13bb5256b
commit 58b0ed72ca
1 changed files with 1 additions and 1 deletions

View File

@ -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',