Magento's deployment configuration consists of the module and environmental configuration for your installation. Magento's deployment configuration is divided between:

Together, they are referred to as Magento's deployment configuration because they are created during installation and are required to start Magento.

The Magento 2 deployment configuration replaces local.xml in Magento 1.x.

Unlike other module configuration files, Magento's deployment configuration is loaded into memory when Magento initializes, is not merged with any other files, and cannot be extended. (config.php and env.php are merged with each other, however.)