Skip to content

Commit

Permalink
APPS-10611: Fixed message sending with CI env (spryker-shop#313)
Browse files Browse the repository at this point in the history
Co-authored-by: Anton Zubariev <[email protected]>
  • Loading branch information
oleksander-kiiashko and pushokwhite authored Nov 2, 2023
1 parent 3f78640 commit 8724048
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config/Shared/config_default-docker.ci.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down

0 comments on commit 8724048

Please sign in to comment.