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;