From c4e226f06a543b47c0d55d52f624c967b7c22907 Mon Sep 17 00:00:00 2001 From: fomichev Date: Mon, 13 Jan 2025 14:48:24 +0300 Subject: [PATCH] =?utf8?q?=D0=A1=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB=20=D0=B0?= =?utf8?q?=D0=B4=D1=80=D0=B5=D1=81=20=D1=83=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD?= =?utf8?q?=D0=BD=D0=BE=D0=B9=20=D0=91=D0=94?= 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 aeee0727..1084acb4 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=194.147.78.221;port=3306;dbname=cms_test', + 'dsn' => 'mysql:host=51.250.50.134;port=3306;dbname=cms_test', '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 8e97d220..b0aa75fb 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=194.147.78.221;port=3306;dbname=cms_test', + 'dsn' => 'mysql:host=51.250.50.134;port=3306;dbname=cms_test', '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 c40c778c..4c4f4c8d 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=194.147.78.221;port=3306;dbname=cms_test', + 'dsn' => 'mysql:host=51.250.50.134;port=3306;dbname=cms_test', 'username' => 'ERP24_user', 'password' => 'HJG6rtrhqaweruit*^%^2139487HUIG', 'charset' => 'utf8mb4', diff --git a/erp24/config/web.php b/erp24/config/web.php index 13e66a2c..6af24955 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=194.147.78.221;port=3306;dbname=cms_test', + 'dsn' => 'mysql:host=51.250.50.134;port=3306;dbname=cms_test', 'username' => 'ERP24_user', 'password' => 'HJG6rtrhqaweruit*^%^2139487HUIG', 'charset' => 'utf8mb4', -- 2.39.5