The hybris Commerce Suite relies on two essential configuration files.
Configuration Properties Files contains some properties in key value pair.
Example: database properties, payment properties.
1.project.properties :
- The project.properties file is located in the ${HYBRIS_BIN_DIR}/platform directory and provides factory default settings. It is not recommended to edit this file.
2.local.properties:
- local.properties contains all the configuration properties regarding different functionalities for your project.
- The local.properties file is a working copy of the project.properties file, located in the ${HYBRIS_CONFIG_DIR} directory. It allows you to override default settings from the project.properties file.