From 962b469144b8aaa05c5e8997e17076799aebb851 Mon Sep 17 00:00:00 2001 From: fomichev Date: Mon, 20 Jan 2025 16:19:14 +0300 Subject: [PATCH] =?utf8?q?=D0=9C=D0=B5=D0=BD=D1=8F=D0=B5=D0=BC=20=D0=BF?= =?utf8?q?=D0=B0=D1=80=D0=BE=D0=BB=D1=8C=20=D0=B4=D0=BE=D1=81=D1=82=D1=83?= =?utf8?q?=D0=BF=D0=B0=20=D0=B2=20=D0=B0=D0=B4=D0=BC=D0=B8=D0=BD=D0=BA?= =?utf8?q?=D1=83=20rabbitMQ=20=D0=B2=20=D0=BA=D0=BE=D0=BD=D1=84=D0=B8?= =?utf8?q?=D0=B3=D0=B0=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/config/console.php | 2 +- erp24/config/web.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/erp24/config/console.php b/erp24/config/console.php index 925a3b05..c9254168 100755 --- a/erp24/config/console.php +++ b/erp24/config/console.php @@ -42,7 +42,7 @@ $config = [ // ], 'queue' => [ 'class' => Queue::class, - 'dsn' => 'amqp://admin:admin@rabbitmq-yii_erp24:5672', + 'dsn' => 'amqp://admin:3qqHK2MRgGgxUdVT61@rabbitmq-yii_erp24:5672', 'queueName' => 'telegram-queue', 'as log' => \yii\queue\LogBehavior::class, 'ttr' => 300, // Время для выполнения задания diff --git a/erp24/config/web.php b/erp24/config/web.php index 3315815a..6e18bbd8 100644 --- a/erp24/config/web.php +++ b/erp24/config/web.php @@ -41,7 +41,7 @@ $config = [ ], 'queue' => [ 'class' => Queue::class, - 'dsn' => 'amqp://admin:admin@rabbitmq-yii_erp24:5672', + 'dsn' => 'amqp://admin:3qqHK2MRgGgxUdVT61@rabbitmq-yii_erp24:5672', 'queueName' => 'telegram-queue', 'as log' => \yii\queue\LogBehavior::class, 'ttr' => 300, // Время для выполнения задания -- 2.39.5