-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Updated env reference with cache and system node #9186
Updated env reference with cache and system node #9186
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A good update but just needs a bit more clarity
f6672f0
to
f0ce238
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now I see it fully written, couple of additional suggestions. Then it's all good!
Thanks
@@ -227,6 +259,23 @@ x-frame-options header can be configured using this node. | |||
|
|||
Learn more about session in [x-frame-options][x-frame-options]. | |||
|
|||
## system | |||
|
|||
Using this node Magento locks the configuration values in env and then disables the field for editing in Admin. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using this node Magento locks the configuration values in env and then disables the field for editing in Admin. | |
Using this node, Magento locks the configuration values in `env.php` and then disables the field for editing in Admin. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@BarnyShergold Changes done
f0ce238
to
be19026
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All good!
@magento import code to magento-devdocs/merchdocs |
@dobooth an error occurred during the Pull Request import. |
@magento import pr to magento-devdocs/devdocs |
@dobooth the Pull Request is successfully imported. |
Hi @srsathish92, thank you for your contribution! |
Purpose of this pull request
This pull request (PR) to update the missing node (cache, system) in
app/etc/env.php
Affected DevDocs pages
https://devdocs.magento.com/guides/v2.4/config-guide/prod/config-reference-envphp.html
Additional Information
#8854 - Seems this PR merged in V2.3, not in V2.4.
whatsnew
Added the "cache" and "system" descriptions to the env.php reference topic.