# How to setup environment specific config?
PREREQUISITE
Prefix the conf file with the environment name to define the env specific properties.
For example to define project level property specific to prod env:
create a new conf file:
prod.smile.confdefine the property here, for example:
mail.service.on=trueno changes to the way the property is read.
Note:
- The environment specific property over-writes the properties defined in smile.conf
- The above is also applicable to module-level properties. For ex:
prod.lotterydomain.conffile can hold the module level properties specific toprodenvironment.