You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Feedback on page: /guides/v2.1/cloud/project/project-conf-files_services-mysql.html
This documentation appears to be out of date. From Maddy:
As a developer one should not need to read these values directly. They should be read via Magento’s library: Magento\Framework\App\DeploymentConfig
For example to get the db connection $config = $this->deploymentConfig->get(ConfigOptionsListConstants::CONFIG_PATH_DB_CONNECTION_DEFAULT);
The text was updated successfully, but these errors were encountered:
Feedback on page: /guides/v2.1/cloud/project/project-conf-files_services-mysql.html
This documentation appears to be out of date. From Maddy:
As a developer one should not need to read these values directly. They should be read via Magento’s library: Magento\Framework\App\DeploymentConfig
For example to get the db connection $config = $this->deploymentConfig->get(ConfigOptionsListConstants::CONFIG_PATH_DB_CONNECTION_DEFAULT);
The text was updated successfully, but these errors were encountered: