From: fomichev Date: Mon, 13 Jan 2025 11:52:27 +0000 (+0300) Subject: Сменил адрес удаленной БД X-Git-Tag: 1.7~67^2~3 X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=9725e1550740bdde63adea4bbba1e80a82e24676;p=erp24_rep%2Fyii-erp24%2F.git Сменил адрес удаленной БД --- diff --git a/erp24/config/console.php b/erp24/config/console.php index 0e58d364..925a3b05 100755 --- a/erp24/config/console.php +++ b/erp24/config/console.php @@ -66,7 +66,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 051d0b08..3315815a 100644 --- a/erp24/config/web.php +++ b/erp24/config/web.php @@ -85,7 +85,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',