From 8724048fe426ef17f3d1a6e776c35d346948b757 Mon Sep 17 00:00:00 2001 From: Oleksandr Kiiashko <80702205+oleksander-kiiashko@users.noreply.github.com> Date: Thu, 2 Nov 2023 20:39:01 +0200 Subject: [PATCH] APPS-10611: Fixed message sending with CI env (#313) Co-authored-by: Anton Zubariev --- config/Shared/config_default-docker.ci.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/Shared/config_default-docker.ci.php b/config/Shared/config_default-docker.ci.php index c182c6ffee..e4e897cac5 100644 --- a/config/Shared/config_default-docker.ci.php +++ b/config/Shared/config_default-docker.ci.php @@ -10,7 +10,6 @@ use Spryker\Shared\GlueJsonApiConvention\GlueJsonApiConventionConstants; use Spryker\Shared\GlueStorefrontApiApplication\GlueStorefrontApiApplicationConstants; use Spryker\Shared\Log\LogConstants; -use Spryker\Shared\MessageBroker\MessageBrokerConstants; use Spryker\Shared\Product\ProductConstants; use Spryker\Shared\Propel\PropelConstants; use Spryker\Shared\Queue\QueueConstants; @@ -37,8 +36,6 @@ //----------------------------------------------------------------------------- $config[ProductConstants::PUBLISHING_TO_MESSAGE_BROKER_ENABLED] = false; -$config[MessageBrokerConstants::IS_ENABLED] = true; - $sprykerGlueStorefrontHost = getenv('SPRYKER_GLUE_STOREFRONT_HOST'); $sprykerGlueBackendHost = getenv('SPRYKER_GLUE_BACKEND_HOST'); $config[GlueBackendApiApplicationConstants::GLUE_BACKEND_API_HOST] = $sprykerGlueBackendHost;