From cbddb17b9fdfd91b63e03ad5c84e58bd91640f7b Mon Sep 17 00:00:00 2001 From: Aleksey Filippov Date: Wed, 15 Jan 2025 09:40:38 +0300 Subject: [PATCH] =?utf8?q?=D0=BD=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B9=D0=BA?= =?utf8?q?=D0=B0=20=D0=B2=D0=BD=D0=B5=D1=88=D0=BD=D0=B5=D0=B3=D0=BE=20?= =?utf8?q?=D0=BF=D0=BE=D0=B4=D0=BA=D0=BB=D1=8E=D1=87=D0=B5=D0=BD=D0=B8?= =?utf8?q?=D1=8F=20=D0=BA=20=D0=B1=D0=B0=D0=B7=D0=B5=20=D1=81=D0=B0=D0=B9?= =?utf8?q?=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/config/console.php | 2 +- erp24/config/dev.console.config.php | 2 +- erp24/config/prod.console.config.php | 2 +- erp24/config/web.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/erp24/config/console.php b/erp24/config/console.php index 4dc6ab8b..9a33339d 100755 --- a/erp24/config/console.php +++ b/erp24/config/console.php @@ -51,7 +51,7 @@ $config = [ 'db' => require dirname(__DIR__) . '/config/db.php', 'dbRemote' => [ 'class' => 'yii\db\Connection', - 'dsn' => 'mysql:host=51.250.50.134;port=3306;dbname=cms', + 'dsn' => 'mysql:host=89.111.174.11;port=3306;dbname=cms', 'username' => 'ERP24_user', 'password' => 'HJG6rtrhqaweruit*^%^2139487HUIG', 'charset' => 'utf8mb4', diff --git a/erp24/config/dev.console.config.php b/erp24/config/dev.console.config.php index de8b846d..6835ef5c 100755 --- a/erp24/config/dev.console.config.php +++ b/erp24/config/dev.console.config.php @@ -35,7 +35,7 @@ return [ 'db' => require dirname(__DIR__) . '/config/db.php', 'dbRemote' => [ 'class' => 'yii\db\Connection', - 'dsn' => 'mysql:host=51.250.50.134;port=3306;dbname=cms', + 'dsn' => 'mysql:host=89.111.174.11;port=3306;dbname=cms', 'username' => 'ERP24_user', 'password' => 'HJG6rtrhqaweruit*^%^2139487HUIG', 'charset' => 'utf8mb4', diff --git a/erp24/config/prod.console.config.php b/erp24/config/prod.console.config.php index 2ee4ed25..96e2e41b 100755 --- a/erp24/config/prod.console.config.php +++ b/erp24/config/prod.console.config.php @@ -38,7 +38,7 @@ return [ 'db' => require dirname(__DIR__) . '/config/db.php', 'dbRemote' => [ 'class' => 'yii\db\Connection', - 'dsn' => 'mysql:host=51.250.50.134;port=3306;dbname=cms', + 'dsn' => 'mysql:host=89.111.174.11;port=3306;dbname=cms', 'username' => 'ERP24_user', 'password' => 'HJG6rtrhqaweruit*^%^2139487HUIG', 'charset' => 'utf8mb4', diff --git a/erp24/config/web.php b/erp24/config/web.php index 36d339a0..184a479d 100644 --- a/erp24/config/web.php +++ b/erp24/config/web.php @@ -71,7 +71,7 @@ $config = [ 'db' => $db, 'dbRemote' => [ 'class' => 'yii\db\Connection', - 'dsn' => 'mysql:host=51.250.50.134;port=3306;dbname=cms', + 'dsn' => 'mysql:host=89.111.174.11;port=3306;dbname=cms', 'username' => 'ERP24_user', 'password' => 'HJG6rtrhqaweruit*^%^2139487HUIG', 'charset' => 'utf8mb4', -- 2.39.5