From: fomichev Date: Thu, 13 Feb 2025 07:27:49 +0000 (+0300) Subject: настройки rabbitMQ X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=250053d6d7309864344538c209ac5bd7241bc3e8;p=erp24_rep%2Fyii-erp24%2F.git настройки rabbitMQ --- 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,