From f878700a0c9d58b13ef23f484385feb9cd0617a4 Mon Sep 17 00:00:00 2001 From: Anton Afanasyeu Date: Thu, 11 Jun 2026 23:38:28 +0300 Subject: [PATCH] alpine sync --- backend/url-shortener/config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/url-shortener/config/config.php b/backend/url-shortener/config/config.php index 0645030..cd97fbc 100644 --- a/backend/url-shortener/config/config.php +++ b/backend/url-shortener/config/config.php @@ -9,7 +9,7 @@ return [ 'mysql' => [ 'host' => '127.0.0.1', 'port' => 3306, - 'socket' => '/run/mysqld.sock', + 'socket' => '/run/mysqld/mysqld.sock', 'database' => 'url_shortener', 'username' => 'androidcast', 'password' => 'androidcastrootowned',