Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 6fe19de

Browse files
committed
Fix Liquid
1 parent cf2b08d commit 6fe19de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/v2.2/cloud/env/variables-deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Configure how consumers process messages from the message queue by choosing one
115115

116116
- `true`—Consumers continue to process messages from the message queue until reaching the maximum number of messages (`max_messages`) specified in the `CRON_CONSUMERS_RUNNER` deploy variable before closing the TCP connection and terminating the consumer process. If the queue empties before reaching `max_messages`, the consumer waits for more messages to arrive.
117117

118-
{: .bs-callout .bs-callout-warning}
118+
{: .bs-callout .bs-callout-warning }
119119
If you use workers to run consumers instead of using a cron job, set this variable to true.
120120

121121
```yaml
@@ -129,7 +129,7 @@ stage:
129129
- **Default**—_Not set_
130130
- **Version**—Magento 2.1.4 and later
131131

132-
{{ .bs-callout-warning }}
132+
{: .bs-callout-warning }
133133
You must set the `CRYPT_KEY` value through the Project Web UI instead of the `.magento.env.yaml` file to avoid exposing the key in the source code repository for your environment. See [Set environment and project variables]({{ page.baseurl }}/cloud/project/project-webint-basic.html#project-conf-env-var).
134134

135135
When you move the database from one environment to another without an installation process, you need the corresponding cryptographic information. Magento uses the encryption key value set in the Web UI as the `crypt/key` value in the `env.php` file. This does not overwrite an existing encryption key value in the `env.php` file.

0 commit comments

Comments
 (0)