From 250053d6d7309864344538c209ac5bd7241bc3e8 Mon Sep 17 00:00:00 2001 From: fomichev Date: Thu, 13 Feb 2025 10:27:49 +0300 Subject: [PATCH] =?utf8?q?=D0=BD=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B9=D0=BA?= =?utf8?q?=D0=B8=20rabbitMQ?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/config/web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp24/config/web.php b/erp24/config/web.php index e88d5a4a..5046e664 100644 --- a/erp24/config/web.php +++ b/erp24/config/web.php @@ -41,7 +41,7 @@ $config = [ ], 'queue' => [ 'class' => Queue::class, - // 'dsn' => 'amqp://admin:3qqHK2MRgGgxUdVT61@rabbitmq-yii_erp24:5672', + // 'dsn' => 'amqp://admin:3qqHK2MRgGgxUdVT61@rabbitmq-yii_erp24:5672', 'dsn' => 'amqp://admin:3qqHK2MRgGgxUdVT61@localhost:5672', 'queueName' => 'telegram-queue', 'as log' => \yii\queue\LogBehavior::class, -- 2.39.5