From 71b2be1cfb8cefb48092d43b316bb0aa9a5dba5a Mon Sep 17 00:00:00 2001 From: Anton Afanasyeu Date: Tue, 26 May 2026 16:49:20 +0300 Subject: [PATCH] test2 --- examples/crash_reporter/backend/config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/crash_reporter/backend/config/config.php b/examples/crash_reporter/backend/config/config.php index af1d210..a4fd838 100644 --- a/examples/crash_reporter/backend/config/config.php +++ b/examples/crash_reporter/backend/config/config.php @@ -19,7 +19,7 @@ return [ 'mysql' => [ 'host' => '127.0.0.1', 'port' => 3306, - 'host' => '/run/mysqld/mysqld.sock', + 'socket' => '/run/mysqld/mysqld.sock', 'database' => 'androidcast_crashes', 'username' => 'androidcast', 'password' => 'androidcastrootowned',