-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Documented the config-global.php file purpose #9109
Documented the config-global.php file purpose #9109
Conversation
…ysql.php files using the XML config file
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.
Two small changed - nice addition
@@ -99,6 +99,39 @@ Leave all the settings that do not start with `db-` and `amqp-` at their default | |||
You can include additional setup options—available to the `setup:install` command—in the test configuration file. A | |||
complete list of options is available [here]({{ page.baseurl }}/install-gde/install/cli/install-cli.html). | |||
|
|||
If your project requires custom entries in the `core_config_data` table (like introduction of new 3rd party services |
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.
If your project requires custom entries in the `core_config_data` table (like introduction of new 3rd party services | |
If your project requires custom entries in the `core_config_data` table (like the introduction of new 3rd party services |
properly), Magento provides a file template that you can use for this purpose. | ||
|
||
Copy `dev/tests/integration/etc/config-global.php.dist` to `dev/tests/integration/etc/config-global.php` (without the | ||
`.dist` suffix) and add your path-value pairs there. Do not remove existing entries from the file as they're required |
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.
`.dist` suffix) and add your path-value pairs there. Do not remove existing entries from the file as they're required | |
`.dist` suffix) and add your path-value pairs there. Do not remove existing entries from the file as they are required |
@BarnyShergold thanks for the CR! Added a commit with both things changed. |
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.
Thanks!
@magento import pr to magento-devdocs/devdocs |
@dobooth the pull request successfully imported. |
Hi @bgorski, thank you for your contribution! |
Purpose of this pull request
This pull request documents the
dev/tests/integration/etc/config-global.php
- how to use it and what should it be used for.Affected DevDocs pages
Links to Magento source code