From 2c1e9abef650882828f94a8923e54d52a0e27c62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B0=D0=BA=D0=BE=D0=B2=D0=BA=D0=B8=D0=BD=20=D0=94?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D1=81?= Date: Fri, 3 Apr 2020 09:18:23 +0000 Subject: [PATCH] Update .settings_extra.php --- .settings_extra.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.settings_extra.php b/.settings_extra.php index 64bb348..d5decce 100644 --- a/.settings_extra.php +++ b/.settings_extra.php @@ -96,8 +96,7 @@ if (getenv('RUN_MODE', true) === 'development') { 'value' => [ 'default' => [ 'className' => '\\Bitrix\\Main\\DB\\MysqliConnection', - 'host' => 'db', - 'port' => 3306, + 'host' => 'localhost', 'database' => 'load', 'login' => 'load', 'password' => '0kjNRU2rTaFHQMb1bFEB', -- GitLab