Important
You are browsing documentation for version 5.0 of OroCommerce. Support of this version ended in January 2025. Read the documentation for the latest LTS version to get up-to-date information.
See our Release Process documentation for more information on the currently supported and upcoming releases.
Environment Type-Based Application Configuration
Use different default configurations based on the environment where the application is deployed:
Local Development Machine
etc.
Deployment type (deployment_type) is one of the options in parameters.yml file, and it is asked during composer install.
To start using deployment type, change value deployment_type: <type> in config/parameters.yml and create a config file in config/deployment/config_<type>.yml.
This configuration will have the highest priority.
For example:
Note
For more details on how to configure the environment type based application in the Cloud environment, please see the related cloud documentation.